mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +02:00
fix build buster
This commit is contained in:
parent
ca5de8d6a9
commit
ecb03562d3
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ Menu::Menu() {
|
|||
QObject* avatar = avatarManager->getMyAvatar();
|
||||
|
||||
// Avatar > Attachments...
|
||||
action = addActionToQMenuAndActionHash(avatarMenu, MenuOption::Attachments);
|
||||
auto action = addActionToQMenuAndActionHash(avatarMenu, MenuOption::Attachments);
|
||||
connect(action, &QAction::triggered, [] {
|
||||
DependencyManager::get<OffscreenUi>()->show(QString("hifi/dialogs/AttachmentsDialog.qml"), "AttachmentsDialog");
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue