diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2011-01-14 12:38:02 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2011-01-14 12:38:02 (GMT) |
commit | c9045e9f65f9fb5072825fb49e56f6db8197a917 (patch) | |
tree | 002748a14064edf8cb5a9cdea986b3e9eb17f6b2 /src | |
parent | 7cc615479a8abdf8b4056850daa8cdb5143f3782 (diff) | |
download | Qt-c9045e9f65f9fb5072825fb49e56f6db8197a917.zip Qt-c9045e9f65f9fb5072825fb49e56f6db8197a917.tar.gz Qt-c9045e9f65f9fb5072825fb49e56f6db8197a917.tar.bz2 |
Revert "Add a warning about trying to release a timer ID that isn't active"
This reverts commit e1955231478df8990cf8b1f80438abf957c5d6f2.
In a patch release this is the best way of fixing the problem of
warnings.
This will be fixed properly in 4.8
Reviewed-by: Gabriel
Task-number: QTBUG-16175
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/kernel/qeventdispatcher_unix.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/kernel/qeventdispatcher_unix.cpp b/src/corelib/kernel/qeventdispatcher_unix.cpp index b2ccc68..f50994c 100644 --- a/src/corelib/kernel/qeventdispatcher_unix.cpp +++ b/src/corelib/kernel/qeventdispatcher_unix.cpp @@ -501,7 +501,6 @@ bool QTimerInfoList::unregisterTimer(int timerId) } } // id not found - qWarning("Application asked to unregister timer 0x%x which is not registered in this thread. Fix application.", timerId); return false; } |