mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
refs #270 don't call CRuntime::gracefulShutdown from a different thread;
connect it to the QCoreApplication::aboutToQuit signal instead
This commit is contained in:
@@ -154,7 +154,6 @@ namespace BlackMiscTest
|
||||
else if (line.startsWith("all")) runtime->slotLog(enable);
|
||||
}
|
||||
}
|
||||
runtime->gracefulShutdown();
|
||||
QCoreApplication::quit();
|
||||
}
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user