Skip to content

Commit 1fbae74

Browse files
committed
Fix linux build
1 parent d79b45d commit 1fbae74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Software/src/LightpackApplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ void LightpackApplication::processCommandLineArguments()
417417
DEBUG_LOW_LEVEL << "Application still running, telling it to quit";
418418
sendMessage("quitForWizard");
419419
while (isRunning()) {
420-
Sleep(200);
420+
QThread::sleep(200);
421421
}
422422
}
423423
bool isInitFromSettings = Settings::Initialize(m_applicationDirPath, false);

0 commit comments

Comments
 (0)