X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatmonitorfilter.h;h=945e4018063af207067f4416a65d3ba68f361f7b;hp=3fd5a2d39e8b4b8390eaa06f9753dbd505f2860d;hb=a4cba7a7497d8b71942d5f5e81ef3c04f5c6bad5;hpb=76db8cdfbeffaaba359c8e80cf2146da9e9e7f8a diff --git a/src/qtui/chatmonitorfilter.h b/src/qtui/chatmonitorfilter.h index 3fd5a2d3..945e4018 100644 --- a/src/qtui/chatmonitorfilter.h +++ b/src/qtui/chatmonitorfilter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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; };