mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-12 15:23:14 +02:00
Merge branch 'master' of https://github.com/worklist/hifi into ssao
This commit is contained in:
commit
c9f9be5d9a
1 changed files with 2 additions and 2 deletions
|
@ -216,8 +216,8 @@ Application::Application(int& argc, char** argv, timeval &startup_time) :
|
|||
FvUpdater::sharedUpdater()->CheckForUpdatesSilent();
|
||||
#endif
|
||||
|
||||
// call Menu getInstance static method to set up the menur
|
||||
Menu::getInstance();
|
||||
// call Menu getInstance static method to set up the menu
|
||||
_window->setMenuBar(Menu::getInstance());
|
||||
|
||||
_networkAccessManager = new QNetworkAccessManager(this);
|
||||
|
||||
|
|
Loading…
Reference in a new issue