summaryrefslogtreecommitdiff
path: root/doc/src/snippets/code/src_gui_util_qundostack.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-12-15 18:53:57 +0100
committerThiago Macieira <thiago.macieira@nokia.com>2010-12-15 18:58:10 +0100
commit981a83d7832e8cd1ee7bcd42dfaba62f0b04f2c1 (patch)
tree2c3e2f985c2cb1e54245d225ae850a2f42e8ce18 /doc/src/snippets/code/src_gui_util_qundostack.cpp
parent7b0809edf975f3226b43d3b43b5fe8035298fde9 (diff)
downloadqt4-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