diff options
author | axis <qt-info@nokia.com> | 2009-05-15 14:08:58 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-05-15 14:08:58 (GMT) |
commit | 7e19f2cccae0ed161399e454a2215438dd989daa (patch) | |
tree | fdf9e87d52f67eb6b1dc41d61834ce2386d5178d /src/corelib/kernel | |
parent | 8cb4166fcfc65f74c583b15388cbcd18b96fa990 (diff) | |
download | Qt-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.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 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. } } |