示例#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);
}
示例#2
0
void AssignmentClient::aboutToQuit() {
    stopAssignmentClient();

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