X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsystraynotificationbackend.h;h=0895cbeff0813256ebd5f3c67cf9ee3ec84b7c65;hp=4ab8df0e57ac51e9dccca1faa1825f4ef0f7f912;hb=ef316d0db50a39efe45d71fe2eb4ea880724526b;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c diff --git a/src/qtui/systraynotificationbackend.h b/src/qtui/systraynotificationbackend.h index 4ab8df0e..0895cbef 100644 --- a/src/qtui/systraynotificationbackend.h +++ b/src/qtui/systraynotificationbackend.h @@ -21,6 +21,8 @@ #ifndef SYSTRAYNOTIFICATIONBACKEND_H_ #define SYSTRAYNOTIFICATIONBACKEND_H_ +#include + #include "abstractnotificationbackend.h" #include "settingspage.h" @@ -40,9 +42,8 @@ public: private slots: void showBubble(); void closeBubble(); - void startAnimation(); - void stopAnimation(); - void blink(); + void notificationActivated(); + void notificationActivated(QSystemTrayIcon::ActivationReason); void animateChanged(const QVariant &); void showBubbleChanged(const QVariant &); @@ -52,9 +53,8 @@ private: bool _showBubble; bool _animate; - bool _iconActive; - QTimer _animationTimer; QList _notifications; + uint _activeId; }; class SystrayNotificationBackend::ConfigWidget : public SettingsPage {