X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fabstractnotificationbackend.h;h=8e95c9189e76893ead45399c7debccbb5d573443;hp=982855ff7318329d17ee8131f26b347932c6324f;hb=b324a124e384bd8c9f54d97c5b5d6a5cc50fd91b;hpb=b66b1d455e0a6c8c438cf2b8ceecdd738cbfcb04 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