X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fdesktopnotificationbackend.cpp;h=a703f6af2d70a5f341762d82808e2e0de4f408b2;hb=5916720e01ef3473e06e9134507a6099c2466198;hp=e959f528e72e38f29b2fc431c3333fa0e16ae715;hpb=7d252c0e8aa2728d9a57130c7aae8923c5321542;p=quassel.git diff --git a/src/qtui/desktopnotificationbackend.cpp b/src/qtui/desktopnotificationbackend.cpp index e959f528..a703f6af 100644 --- a/src/qtui/desktopnotificationbackend.cpp +++ b/src/qtui/desktopnotificationbackend.cpp @@ -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 * @@ -148,6 +148,7 @@ void DesktopNotificationBackend::desktopNotificationClosed(uint id, uint reason) void DesktopNotificationBackend::desktopNotificationInvoked(uint id, const QString & action) { Q_UNUSED(id); Q_UNUSED(action); + emit activated(); } SettingsPage *DesktopNotificationBackend::createConfigWidget() const {