summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Freling <fabien.freling@nokia.com>2010-05-31 09:03:24 (GMT)
committerFabien Freling <fabien.freling@nokia.com>2010-07-16 09:30:50 (GMT)
commit4942890f85e5fa74bf8c37cf7f53f6f3eaf40596 (patch)
tree2d2598302972eea1563d005dda67da96af8723e8
parent70ffe96013dcf7b4be11d1fbe850b9bbcf37c741 (diff)
downloadQt-4942890f85e5fa74bf8c37cf7f53f6f3eaf40596.zip
Qt-4942890f85e5fa74bf8c37cf7f53f6f3eaf40596.tar.gz
Qt-4942890f85e5fa74bf8c37cf7f53f6f3eaf40596.tar.bz2
Revert the change in applicationShouldTerminate().
It used to fix an issue during logout but it seems to be fine now. Related issue: QTBUG-6296 Task-number: QTBUG-10993 Reviewed-by: Morten Sorvig
-rw-r--r--src/gui/kernel/qcocoaapplicationdelegate_mac.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qcocoaapplicationdelegate_mac.mm b/src/gui/kernel/qcocoaapplicationdelegate_mac.mm
index 5dcf613..7a9dc70 100644
--- a/src/gui/kernel/qcocoaapplicationdelegate_mac.mm
+++ b/src/gui/kernel/qcocoaapplicationdelegate_mac.mm
@@ -196,7 +196,6 @@ static void cleanupCocoaApplicationDelegate()
qAppInstance()->quit();
startedQuit = false;
}
- return NSTerminateNow;
}
if (qtPrivate->threadData->eventLoops.size() == 0) {