X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fknotificationbackend.h;h=ca0585c771e0283c4dfea3f5dcf2539c33b005d6;hp=706478e61b0f6cf4b3896007600716baf5d280fe;hb=af569a42f6635f6abfcedeb45b730ee64d53e0b8;hpb=b66b1d455e0a6c8c438cf2b8ceecdd738cbfcb04 diff --git a/src/qtui/knotificationbackend.h b/src/qtui/knotificationbackend.h index 706478e6..ca0585c7 100644 --- a/src/qtui/knotificationbackend.h +++ b/src/qtui/knotificationbackend.h @@ -1,5 +1,5 @@ /*************************************************************************** -* Copyright (C) 2005-08 by the Quassel Project * +* Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -37,6 +37,9 @@ public: void close(uint notificationId); virtual SettingsPage *createConfigWidget() const; +private slots: + void notificationActivated(); + private: class ConfigWidget; };