X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fabstractnotificationbackend.h;h=01324d40e7f3f737c3db90d7ceb1bc3c71616e37;hb=b59ac9eaf6ab7580bca7d2cde3849229ddd11483;hp=8e95c9189e76893ead45399c7debccbb5d573443;hpb=b324a124e384bd8c9f54d97c5b5d6a5cc50fd91b;p=quassel.git diff --git a/src/uisupport/abstractnotificationbackend.h b/src/uisupport/abstractnotificationbackend.h index 8e95c918..01324d40 100644 --- a/src/uisupport/abstractnotificationbackend.h +++ b/src/uisupport/abstractnotificationbackend.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 * @@ -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); };