Fixes #410 - away log (you'll find it in the views menu)
[quassel.git] / src / qtui / chatmonitorview.h
index 06f1f15..f238f7b 100644 (file)
@@ -39,6 +39,9 @@ private slots:
   void showFieldsChanged(bool checked);
   void showSettingsPage();
 
+protected:
+  inline ChatMonitorFilter *filter() const { return _filter; }
+
 private:
   ChatMonitorFilter *_filter;
 };