X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsystraynotificationbackend.h;h=64e6f9ce6140be24f3758edc710e26e7cad9294d;hb=8fb51dcb129db8399209e9d07b518063d1a910f1;hp=362ac9046b17b2aa0d1c205c288ed8c4df6dc6d4;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce;p=quassel.git diff --git a/src/qtui/systraynotificationbackend.h b/src/qtui/systraynotificationbackend.h index 362ac904..64e6f9ce 100644 --- a/src/qtui/systraynotificationbackend.h +++ b/src/qtui/systraynotificationbackend.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,11 +15,10 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 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