X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsnorenotificationbackend.h;h=10e40cf253df4ee6e2cbb1b5ec9d481611b164f9;hp=ba600f94f8f7fe12602c887c697032240d777a8e;hb=3cc8b9030841cc3084ec6707a01f3b44ee58b8b9;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c diff --git a/src/qtui/snorenotificationbackend.h b/src/qtui/snorenotificationbackend.h index ba600f94..10e40cf2 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);