X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsystraynotificationbackend.h;h=2a7784bd5d5b972ad39dc467689af4a1dd26dd33;hp=eaaf427cddfd1baae382c42f4db1c89d1a69ee0b;hb=dcac65fc4beeb1167de8ebec5cc54608fc314fd3;hpb=7d252c0e8aa2728d9a57130c7aae8923c5321542 diff --git a/src/qtui/systraynotificationbackend.h b/src/qtui/systraynotificationbackend.h index eaaf427c..2a7784bd 100644 --- a/src/qtui/systraynotificationbackend.h +++ b/src/qtui/systraynotificationbackend.h @@ -1,5 +1,5 @@ /*************************************************************************** -* Copyright (C) 2005-08 by the Quassel Project * +* Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -40,9 +40,6 @@ public: private slots: void showBubble(); void closeBubble(); - void startAnimation(); - void stopAnimation(); - void blink(); void animateChanged(const QVariant &); void showBubbleChanged(const QVariant &); @@ -52,8 +49,6 @@ private: bool _showBubble; bool _animate; - bool _iconActive; - QTimer _animationTimer; QList _notifications; };