X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsystraynotificationbackend.h;h=64e6f9ce6140be24f3758edc710e26e7cad9294d;hp=ec608e54e58b980cc2730493cb54ccf40d43274a;hb=ba8a7d67ff9815f480531acab4a16cfa133929a5;hpb=478ee0d7803a4741c792991c8a7be844d85f8487 diff --git a/src/qtui/systraynotificationbackend.h b/src/qtui/systraynotificationbackend.h index ec608e54..64e6f9ce 100644 --- a/src/qtui/systraynotificationbackend.h +++ b/src/qtui/systraynotificationbackend.h @@ -18,8 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef SYSTRAYNOTIFICATIONBACKEND_H_ -#define SYSTRAYNOTIFICATIONBACKEND_H_ +#pragma once #include "abstractnotificationbackend.h" #include "settingspage.h" @@ -45,7 +44,6 @@ private slots: void notificationActivated(uint notificationId); void notificationActivated(SystemTray::ActivationReason); - void animateChanged(const QVariant &); void showBubbleChanged(const QVariant &); void updateToolTip(); @@ -53,7 +51,6 @@ private: class ConfigWidget; bool _showBubble; - bool _animate; QList _notifications; bool _blockActivation; }; @@ -77,6 +74,3 @@ private: QCheckBox *_showBubbleBox; bool _showBubble; }; - - -#endif