mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +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
|
||||
_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
|
||||
const char** constArgv = const_cast<const char**>(argv);
|
||||
|
|
Loading…
Reference in a new issue