diff options
author | mread <qt-info@nokia.com> | 2009-08-13 17:19:26 (GMT) |
---|---|---|
committer | mread <qt-info@nokia.com> | 2009-08-13 17:19:26 (GMT) |
commit | 8958c2dfa426115a28e4034b98f56ef318f5ccfa (patch) | |
tree | cb1fb1b1de5d201011fd446b2b45fd23222ffa49 /src/corelib/kernel | |
parent | f76b4e1b4a55008cc45f633c7be55ae9d063dc5b (diff) | |
download | Qt-8958c2dfa426115a28e4034b98f56ef318f5ccfa.zip Qt-8958c2dfa426115a28e4034b98f56ef318f5ccfa.tar.gz Qt-8958c2dfa426115a28e4034b98f56ef318f5ccfa.tar.bz2 |
Changing names of Symbian leave <-> qt throw translation functions
due to http://qt-reviews.europe.nokia.com/r/67/
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r-- | src/corelib/kernel/qeventdispatcher_symbian.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qeventdispatcher_symbian.cpp b/src/corelib/kernel/qeventdispatcher_symbian.cpp index 02edfb0..ed55ef6 100644 --- a/src/corelib/kernel/qeventdispatcher_symbian.cpp +++ b/src/corelib/kernel/qeventdispatcher_symbian.cpp @@ -747,7 +747,7 @@ bool QEventDispatcherSymbian::processEvents ( QEventLoop::ProcessEventsFlags fla m_noSocketEvents = oldNoSocketEventsValue; } QT_CATCH (const std::exception& ex) { #ifndef QT_NO_EXCEPTIONS - CActiveScheduler::Current()->Error(qt_exception2SymbianError(ex)); + CActiveScheduler::Current()->Error(qt_symbian_exception2Error(ex)); #endif } |