X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fabstractnotificationbackend.h;h=01324d40e7f3f737c3db90d7ceb1bc3c71616e37;hb=da40133d90f07d85c9bc6f785b1dd381d7c8a5bf;hp=7882a21eb7a9af317af732db4f3bcca8c3351b1a;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;p=quassel.git diff --git a/src/uisupport/abstractnotificationbackend.h b/src/uisupport/abstractnotificationbackend.h index 7882a21e..01324d40 100644 --- a/src/uisupport/abstractnotificationbackend.h +++ b/src/uisupport/abstractnotificationbackend.h @@ -57,7 +57,7 @@ public: signals: //! May be emitted by the notification to tell the MainWin to raise itself - void activated(); + void activated(uint notificationId = 0); };