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