mirror of
https://github.com/overte-org/overte.git
synced 2025-04-30 11:02:34 +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();
|
QObject* avatar = avatarManager->getMyAvatar();
|
||||||
|
|
||||||
// Avatar > Attachments...
|
// Avatar > Attachments...
|
||||||
action = addActionToQMenuAndActionHash(avatarMenu, MenuOption::Attachments);
|
auto action = addActionToQMenuAndActionHash(avatarMenu, MenuOption::Attachments);
|
||||||
connect(action, &QAction::triggered, [] {
|
connect(action, &QAction::triggered, [] {
|
||||||
DependencyManager::get<OffscreenUi>()->show(QString("hifi/dialogs/AttachmentsDialog.qml"), "AttachmentsDialog");
|
DependencyManager::get<OffscreenUi>()->show(QString("hifi/dialogs/AttachmentsDialog.qml"), "AttachmentsDialog");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue