X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fuisupport%2Fabstractnotificationbackend.h;h=8e95c9189e76893ead45399c7debccbb5d573443;hb=a35e9270e608bfbc5b21ba47d49b3139f06b13e9;hp=982855ff7318329d17ee8131f26b347932c6324f;hpb=b66b1d455e0a6c8c438cf2b8ceecdd738cbfcb04;p=quassel.git diff --git a/src/uisupport/abstractnotificationbackend.h b/src/uisupport/abstractnotificationbackend.h index 982855ff..8e95c918 100644 --- a/src/uisupport/abstractnotificationbackend.h +++ b/src/uisupport/abstractnotificationbackend.h @@ -54,6 +54,11 @@ public: * In case you need to communicate with the configWidget directly, make your connections here */ virtual SettingsPage *createConfigWidget() const = 0; + +signals: + //! May be emitted by the notification to tell the MainWin to raise itself + void activated(); + }; #endif