void AssignmentClient::aboutToQuit() {
    stopAssignmentClient();

    DependencyManager::destroy<ScriptEngines>();

    // clear the log handler so that Qt doesn't call the destructor on LogHandler
    qInstallMessageHandler(0);
}
Example #2
0
void AssignmentClient::aboutToQuit() {
    stopAssignmentClient();

    // clear the log handler so that Qt doesn't call the destructor on LogHandler
    qInstallMessageHandler(0);
}
Example #3
0
void AssignmentClient::aboutToQuit() {
    stopAssignmentClient();
}