mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 23:03:00 +02:00
commit
e1e38eb01a
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ Application::Application(int& argc, char** argv, timeval &startup_time) :
|
||||||
// call Menu getInstance static method to set up the menu
|
// call Menu getInstance static method to set up the menu
|
||||||
_window->setMenuBar(Menu::getInstance());
|
_window->setMenuBar(Menu::getInstance());
|
||||||
|
|
||||||
qDebug("[VERSION] Build sequence: %i", BUILD_VERSION);
|
qDebug("[VERSION] Build sequence: %i\n", BUILD_VERSION);
|
||||||
|
|
||||||
unsigned int listenPort = 0; // bind to an ephemeral port by default
|
unsigned int listenPort = 0; // bind to an ephemeral port by default
|
||||||
const char** constArgv = const_cast<const char**>(argv);
|
const char** constArgv = const_cast<const char**>(argv);
|
||||||
|
|
Loading…
Reference in a new issue