X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fsystraynotificationbackend.h;h=fb35238a4436e79d3e6582975b532ae61fd260dd;hb=9cb22a9cccbdf2bd71568ec3989d41ca167326da;hp=4c8ff79b9400283255469888ce81ffef36034bcb;hpb=42d2c195b272f42fdcad7f44b9db4ae4f708bdf6;p=quassel.git diff --git a/src/qtui/systraynotificationbackend.h b/src/qtui/systraynotificationbackend.h index 4c8ff79b..fb35238a 100644 --- a/src/qtui/systraynotificationbackend.h +++ b/src/qtui/systraynotificationbackend.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2010 by the Quassel Project * + * Copyright (C) 2005-2013 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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