refs #270 don't call CRuntime::gracefulShutdown from a different thread;

connect it to the QCoreApplication::aboutToQuit signal instead
This commit is contained in:
Mathew Sutcliffe
2014-06-19 22:10:50 +01:00
parent 42d8c53290
commit fede3fc4c7
3 changed files with 3 additions and 2 deletions

View File

@@ -154,7 +154,6 @@ namespace BlackMiscTest
else if (line.startsWith("all")) runtime->slotLog(enable);
}
}
runtime->gracefulShutdown();
QCoreApplication::quit();
}
} // namespace