X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsystraynotificationbackend.h;h=319942bfee86525e545cafb8ec33409a51da56b7;hp=46591b38ad1bfe775946b612e7987169075a9f24;hb=d8d9cc49774faf66170790ea687c37584e5e7a51;hpb=138bb708911ef06fa37859fa51bca5f47125ccdd diff --git a/src/qtui/systraynotificationbackend.h b/src/qtui/systraynotificationbackend.h index 46591b38..319942bf 100644 --- a/src/qtui/systraynotificationbackend.h +++ b/src/qtui/systraynotificationbackend.h @@ -41,13 +41,12 @@ protected: virtual bool eventFilter(QObject *obj, QEvent *event); private slots: - void showBubble(); - void closeBubble(); - void notificationActivated(); + void notificationActivated(uint notificationId); void notificationActivated(SystemTray::ActivationReason); void animateChanged(const QVariant &); void showBubbleChanged(const QVariant &); + void updateToolTip(); private: class ConfigWidget; @@ -72,8 +71,8 @@ private slots: void widgetChanged(); private: - QCheckBox *_showBubbleBox, *_animateBox; - bool _showBubble, _animate; + QCheckBox *_showBubbleBox; + bool _showBubble; }; #endif