X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsystraynotificationbackend.h;h=319942bfee86525e545cafb8ec33409a51da56b7;hp=4c8ff79b9400283255469888ce81ffef36034bcb;hb=62c360e674f17146c6c52e874e854e24bab643b3;hpb=42d2c195b272f42fdcad7f44b9db4ae4f708bdf6 diff --git a/src/qtui/systraynotificationbackend.h b/src/qtui/systraynotificationbackend.h index 4c8ff79b..319942bf 100644 --- a/src/qtui/systraynotificationbackend.h +++ b/src/qtui/systraynotificationbackend.h @@ -41,9 +41,7 @@ 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 &); @@ -73,8 +71,8 @@ private slots: void widgetChanged(); private: - QCheckBox *_showBubbleBox, *_animateBox; - bool _showBubble, _animate; + QCheckBox *_showBubbleBox; + bool _showBubble; }; #endif