diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-12-18 10:50:39 +0100 |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-12-18 13:04:55 +0100 |
commit | f0ee2077e61fc8014d74bc94afd1907efc9f3272 (patch) | |
tree | 5140d5460dddbe788353831ab4b37ea8e1fc1a04 /src/gui/util | |
parent | b3e3e9c917786288858eb8b33aa8fe7fa390091c (diff) |
Add Q_OBJECT to QBalloonTip so it can be intreospected by styles.
Reviewed-by: jbache
Diffstat (limited to 'src/gui/util')
-rw-r--r-- | src/gui/util/qsystemtrayicon_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/util/qsystemtrayicon_p.h b/src/gui/util/qsystemtrayicon_p.h index 86de3668a2..029a259c53 100644 --- a/src/gui/util/qsystemtrayicon_p.h +++ b/src/gui/util/qsystemtrayicon_p.h @@ -94,6 +94,7 @@ public: class QBalloonTip : public QWidget { + Q_OBJECT public: static void showBalloon(QSystemTrayIcon::MessageIcon icon, const QString& title, const QString& msg, QSystemTrayIcon *trayIcon, |