Notification backends now can emit a signal activated() that tells MainWin to raise...
[quassel.git] / src / qtui / desktopnotificationbackend.cpp
index e959f52..f174217 100644 (file)
@@ -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 {