diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-12-18 09:50:39 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-12-18 12:04:55 (GMT) |
commit | f0ee2077e61fc8014d74bc94afd1907efc9f3272 (patch) | |
tree | 5140d5460dddbe788353831ab4b37ea8e1fc1a04 /src/gui/util | |
parent | b3e3e9c917786288858eb8b33aa8fe7fa390091c (diff) | |
download | Qt-f0ee2077e61fc8014d74bc94afd1907efc9f3272.zip Qt-f0ee2077e61fc8014d74bc94afd1907efc9f3272.tar.gz Qt-f0ee2077e61fc8014d74bc94afd1907efc9f3272.tar.bz2 |
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 86de366..029a259 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, |