summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-03-02 16:53:25 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-03-02 16:53:25 (GMT)
commit6b674ae7459cf8a391a10c3b61fee525add35f98 (patch)
tree0235c1717d34186fbd534281b8870c341a2978b8 /src/corelib/kernel
parent8bd714033eeb86fc20da4305a9491c2fb82f4476 (diff)
parentdfcbab749e51cddbbdec35d58c37814d4d21f30f (diff)
downloadQt-6b674ae7459cf8a391a10c3b61fee525add35f98.zip
Qt-6b674ae7459cf8a391a10c3b61fee525add35f98.tar.gz
Qt-6b674ae7459cf8a391a10c3b61fee525add35f98.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public: Symbian event dispatcher needs to run all active objects. Re-applied a fix which get lost during softkey refactoring. Fixed FEP crash when selected text was replaced with a a new T9 text. Fix windowflags example
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qeventdispatcher_symbian.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qeventdispatcher_symbian.cpp b/src/corelib/kernel/qeventdispatcher_symbian.cpp
index 1d7be79..191be6c 100644
--- a/src/corelib/kernel/qeventdispatcher_symbian.cpp
+++ b/src/corelib/kernel/qeventdispatcher_symbian.cpp
@@ -733,7 +733,7 @@ bool QEventDispatcherSymbian::processEvents ( QEventLoop::ProcessEventsFlags fla
}
TInt error;
- handledSymbianEvent = CActiveScheduler::RunIfReady(error, CActive::EPriorityIdle);
+ handledSymbianEvent = CActiveScheduler::RunIfReady(error, KMinTInt);
if (error) {
qWarning("CActiveScheduler::RunIfReady() returned error: %i\n", error);
CActiveScheduler::Current()->Error(error);