X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fabstractnotificationbackend.h;fp=src%2Fuisupport%2Fabstractnotificationbackend.h;h=01324d40e7f3f737c3db90d7ceb1bc3c71616e37;hp=7882a21eb7a9af317af732db4f3bcca8c3351b1a;hb=5941801a1a5a61dc6d3e409ba33ab413adc9005f;hpb=09cc362cca645192f04aaac58953e1f1bace6d59 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); };