diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-09-02 10:12:51 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-09-02 10:14:25 (GMT) |
commit | 6965249d336c31768d7592efb0630727c1b8631e (patch) | |
tree | 54cd649b897a97189f51e0606b3dad1fc95535ff /src/gui | |
parent | 1bce9d21d72a30cc7a17ae646d8fefd71a37c525 (diff) | |
download | Qt-6965249d336c31768d7592efb0630727c1b8631e.zip Qt-6965249d336c31768d7592efb0630727c1b8631e.tar.gz Qt-6965249d336c31768d7592efb0630727c1b8631e.tar.bz2 |
QApplication: Small comment
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/kernel/qapplication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp index f049a58..511c797 100644 --- a/src/gui/kernel/qapplication.cpp +++ b/src/gui/kernel/qapplication.cpp @@ -3625,6 +3625,7 @@ bool QApplication::notify(QObject *receiver, QEvent *e) case QEvent::MouseButtonRelease: case QEvent::MouseButtonDblClick: d->toolTipFallAsleep.stop(); + // fall-through case QEvent::Leave: d->toolTipWakeUp.stop(); default: |