X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsnorenotificationbackend.h;h=00f399b99b93492ad6d69de84f52f2b5efd70a0c;hb=f9efdde7f3a6004af8f834c409cfa6ae1d877692;hp=ba600f94f8f7fe12602c887c697032240d777a8e;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;p=quassel.git diff --git a/src/qtui/snorenotificationbackend.h b/src/qtui/snorenotificationbackend.h index ba600f94..00f399b9 100644 --- a/src/qtui/snorenotificationbackend.h +++ b/src/qtui/snorenotificationbackend.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2011-2016 by Hannah von Reth * + * Copyright (C) 2011-2018 by Hannah von Reth * * vonreth@kde.org * * * * This program is free software; you can redistribute it and/or modify * @@ -43,9 +43,6 @@ public: virtual SettingsPage *createConfigWidget() const; -signals: - void activated(uint notificationId = 0); - public slots: void actionInvoked(Snore::Notification); @@ -75,7 +72,7 @@ public: void load(); void save(); private slots: - void useSnnoreChanged(bool); + void useSnoreChanged(bool); private: Ui::SnoreNotificationConfigWidget ui;