1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

Server: reviewed application handling

This commit is contained in:
f4exb
2017-12-18 00:00:21 +01:00
parent 6d12443100
commit 7dab0f67bb
6 changed files with 5 additions and 26 deletions
-3
View File
@@ -37,9 +37,6 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo
// This will cause the application to exit when the main core is finished
QObject::connect(&m, SIGNAL(finished()), &a, SLOT(quit()));
// This will run the main core from the application event loop.
QTimer::singleShot(0, &m, SLOT(run()));
return a.exec();
}