Select highlighted channel on clicking the blinking tray icon in all cases
[quassel.git] / src / qtui / knotificationbackend.h
index 5c93ed5..d846417 100644 (file)
@@ -48,7 +48,10 @@ private slots:
 private:
   class ConfigWidget;
 
+  void removeNotificationById(uint id);
+
   QHash<KNotification *, uint> _notificationIds;
+  uint _lastNotificationId;
 };
 
 class KNotificationBackend::ConfigWidget : public SettingsPage {