mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 12:57:18 +02:00
Fixing bad merge
This commit is contained in:
parent
7a33474245
commit
e68f149aac
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ Menu::Menu() {
|
||||||
false,
|
false,
|
||||||
qApp,
|
qApp,
|
||||||
SLOT(setFullscreen(bool)));
|
SLOT(setFullscreen(bool)));
|
||||||
#endif
|
|
||||||
addCheckableActionToQMenuAndActionHash(viewMenu, MenuOption::FirstPerson,
|
addCheckableActionToQMenuAndActionHash(viewMenu, MenuOption::FirstPerson,
|
||||||
0, // QML Qt::Key_P,
|
0, // QML Qt::Key_P,
|
||||||
true, qApp, SLOT(cameraMenuChanged()));
|
true, qApp, SLOT(cameraMenuChanged()));
|
||||||
|
|
Loading…
Reference in a new issue