X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatmonitorfilter.h;h=945e4018063af207067f4416a65d3ba68f361f7b;hb=5cd33e3933873a41be78b229bca15295f9b7b01b;hp=d66016b0338719e522700d653993303f0a539223;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/qtui/chatmonitorfilter.h b/src/qtui/chatmonitorfilter.h index d66016b0..945e4018 100644 --- a/src/qtui/chatmonitorfilter.h +++ b/src/qtui/chatmonitorfilter.h @@ -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 _bufferIds; bool _showHighlights; int _operationMode; + bool _showBacklog; + bool _includeRead; };