summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-05-15 14:08:58 (GMT)
committeraxis <qt-info@nokia.com>2009-05-15 14:08:58 (GMT)
commit7e19f2cccae0ed161399e454a2215438dd989daa (patch)
treefdf9e87d52f67eb6b1dc41d61834ce2386d5178d /src/corelib/kernel
parent8cb4166fcfc65f74c583b15388cbcd18b96fa990 (diff)
downloadQt-7e19f2cccae0ed161399e454a2215438dd989daa.zip
Qt-7e19f2cccae0ed161399e454a2215438dd989daa.tar.gz
Qt-7e19f2cccae0ed161399e454a2215438dd989daa.tar.bz2
Corrected wrong comment.
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 beccffc..1581d9b 100644
--- a/src/corelib/kernel/qeventdispatcher_symbian.cpp
+++ b/src/corelib/kernel/qeventdispatcher_symbian.cpp
@@ -155,7 +155,7 @@ void QTimerActiveObject::RunL()
iStatus = KRequestPending;
SetActive();
- // We complete it after the processEvents is done.
+ // We complete it when the QCompleteZeroTimersActiveObject is run.
}
}