diff options
author | Iain <qt-info@nokia.com> | 2009-05-26 15:40:40 (GMT) |
---|---|---|
committer | Iain <qt-info@nokia.com> | 2009-05-26 15:40:40 (GMT) |
commit | b5905a47874a7000602be5b1afc33d90b7ebb831 (patch) | |
tree | cfd2bc2416b0c2b36113f36228657b704b72a866 /src/corelib/global/qglobal.cpp | |
parent | 82f8c6fbc0006d08638a397941f170e2bee6460d (diff) | |
download | Qt-b5905a47874a7000602be5b1afc33d90b7ebb831.zip Qt-b5905a47874a7000602be5b1afc33d90b7ebb831.tar.gz Qt-b5905a47874a7000602be5b1afc33d90b7ebb831.tar.bz2 |
Update comment - this version might even make sense...
Diffstat (limited to 'src/corelib/global/qglobal.cpp')
-rw-r--r-- | src/corelib/global/qglobal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index a1b46f7..4538dc4 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -2151,7 +2151,7 @@ void qt_message_output(QtMsgType msgType, const char *buf) #endif #if defined(Q_OS_SYMBIAN) - __DEBUGGER(); // on the emulator, get the debugger to kick in if there is JustInTime is true + __DEBUGGER(); // on the emulator, get the debugger to kick in if there's one around User::Invariant(); // Panic the current thread #elif (defined(Q_OS_UNIX) || defined(Q_CC_MINGW)) abort(); // trap; generates core dump |