We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79b45d commit 1fbae74Copy full SHA for 1fbae74
Software/src/LightpackApplication.cpp
@@ -417,7 +417,7 @@ void LightpackApplication::processCommandLineArguments()
417
DEBUG_LOW_LEVEL << "Application still running, telling it to quit";
418
sendMessage("quitForWizard");
419
while (isRunning()) {
420
- Sleep(200);
+ QThread::sleep(200);
421
}
422
423
bool isInitFromSettings = Settings::Initialize(m_applicationDirPath, false);
0 commit comments