X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsystraynotificationbackend.h;h=7fdf4e8e2da15bc0e115a15d474ecdc7faadb24c;hb=32dee9bed2840534e41764a6ba759d425837b8a2;hp=0895cbeff0813256ebd5f3c67cf9ee3ec84b7c65;hpb=e543fd403c4315d8569ea09d868b6fface37b207;p=quassel.git diff --git a/src/qtui/systraynotificationbackend.h b/src/qtui/systraynotificationbackend.h index 0895cbef..7fdf4e8e 100644 --- a/src/qtui/systraynotificationbackend.h +++ b/src/qtui/systraynotificationbackend.h @@ -21,6 +21,8 @@ #ifndef SYSTRAYNOTIFICATIONBACKEND_H_ #define SYSTRAYNOTIFICATIONBACKEND_H_ +#ifndef QT_NO_SYSTEMTRAYICON + #include #include "abstractnotificationbackend.h" @@ -54,7 +56,6 @@ private: bool _showBubble; bool _animate; QList _notifications; - uint _activeId; }; class SystrayNotificationBackend::ConfigWidget : public SettingsPage { @@ -75,4 +76,6 @@ private: bool _showBubble, _animate; }; +#endif /* QT_NO_SYSTEMTRAYICON */ + #endif