mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 19:53:30 +02:00
Move menu option to tools
This commit is contained in:
parent
9b80c01357
commit
a727669a15
1 changed files with 3 additions and 3 deletions
|
@ -105,9 +105,6 @@ Menu::Menu() {
|
|||
addActionToQMenuAndActionHash(fileMenu, MenuOption::CopyPath, 0,
|
||||
addressManager.data(), SLOT(copyPath()));
|
||||
|
||||
addActionToQMenuAndActionHash(fileMenu, MenuOption::PackageModel, 0,
|
||||
qApp, SLOT(packageModel()));
|
||||
|
||||
addActionToQMenuAndActionHash(fileMenu,
|
||||
MenuOption::Quit,
|
||||
Qt::CTRL | Qt::Key_Q,
|
||||
|
@ -173,6 +170,9 @@ Menu::Menu() {
|
|||
Qt::Key_Apostrophe,
|
||||
qApp,
|
||||
SLOT(resetSensors()));
|
||||
|
||||
addActionToQMenuAndActionHash(toolsMenu, MenuOption::PackageModel, 0,
|
||||
qApp, SLOT(packageModel()));
|
||||
|
||||
QMenu* avatarMenu = addMenu("Avatar");
|
||||
QObject* avatar = DependencyManager::get<AvatarManager>()->getMyAvatar();
|
||||
|
|
Loading…
Reference in a new issue