Esempio n. 1
0
void AssignmentClient::aboutToQuit() {
    stopAssignmentClient();

    DependencyManager::destroy<ScriptEngines>();

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

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