X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsystraynotificationbackend.h;h=319942bfee86525e545cafb8ec33409a51da56b7;hp=3a685337426345c50264e658d912a305f6967d9c;hb=ffc0d75cea1690acb5428fb4f1ee0e82b5f4c9ef;hpb=a9cc264bc4ee3e51ede21b79276704d4043e3656 diff --git a/src/qtui/systraynotificationbackend.h b/src/qtui/systraynotificationbackend.h index 3a685337..319942bf 100644 --- a/src/qtui/systraynotificationbackend.h +++ b/src/qtui/systraynotificationbackend.h @@ -71,8 +71,8 @@ private slots: void widgetChanged(); private: - QCheckBox *_showBubbleBox, *_animateBox; - bool _showBubble, _animate; + QCheckBox *_showBubbleBox; + bool _showBubble; }; #endif