X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsystraynotificationbackend.h;h=37abdad950bca67feeda7eecbf6430be0a7e8000;hp=8493d7ce0ead790255825b56c463f2d3317af8c7;hb=a65f42197839da536975b3e2858eedcef420035f;hpb=9fc57dc2c000e80fb8bd746a090e2e8210e1278e diff --git a/src/qtui/systraynotificationbackend.h b/src/qtui/systraynotificationbackend.h index 8493d7ce..37abdad9 100644 --- a/src/qtui/systraynotificationbackend.h +++ b/src/qtui/systraynotificationbackend.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,8 +18,7 @@ * 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