Integrate DesktopNotification into system tray/status notifier
[quassel.git] / src / qtui / chatmonitorview.h
index 06f1f15..74a90c1 100644 (file)
@@ -38,6 +38,10 @@ protected:
 private slots:
   void showFieldsChanged(bool checked);
   void showSettingsPage();
+  virtual void coreConnectionStateChanged(bool connected);
+
+protected:
+  inline ChatMonitorFilter *filter() const { return _filter; }
 
 private:
   ChatMonitorFilter *_filter;