diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-12-15 18:53:57 +0100 |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-12-15 18:58:10 +0100 |
commit | 981a83d7832e8cd1ee7bcd42dfaba62f0b04f2c1 (patch) | |
tree | 2c3e2f985c2cb1e54245d225ae850a2f42e8ce18 /doc/src/snippets/code/src_gui_util_qundostack.cpp | |
parent | 7b0809edf975f3226b43d3b43b5fe8035298fde9 (diff) | |
download | qt4-tools-981a83d7832e8cd1ee7bcd42dfaba62f0b04f2c1.tar.gz |
Suppress a warning about killing a timer that isn't active.
The timer was active, but it got killed by ~QObject. The QObject
d-pointer is deleted after the timers (as is expected), which means
that the QBasicTimer destructors in QAbstractItemViewPrivate are run
after the timers are already gone.
Reviewed-by: Trust Me
Diffstat (limited to 'doc/src/snippets/code/src_gui_util_qundostack.cpp')
0 files changed, 0 insertions, 0 deletions