Add option to include read messages in chat monitor
[quassel.git] / src / qtui / chatmonitorfilter.h
index d66016b..945e401 100644 (file)
@@ -58,6 +58,8 @@ private slots:
     void showHighlightsSettingChanged(const QVariant &newValue);
     void operationModeSettingChanged(const QVariant &newValue);
     void buffersSettingChanged(const QVariant &newValue);
+    void showBacklogSettingChanged(const QVariant &newValue);
+    void includeReadSettingChanged(const QVariant &newValue);
 
 private:
     int _showFields;
@@ -65,6 +67,8 @@ private:
     QList<BufferId> _bufferIds;
     bool _showHighlights;
     int _operationMode;
+    bool _showBacklog;
+    bool _includeRead;
 };