X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatmonitorfilter.h;h=be3ae99047d42a418df68adcd35fffb588a77328;hb=f84a3fd303cbea73a7c9b3839e417862fea43baa;hp=f6d8a944dc3cb3c31dd6fa290baa228474c181a1;hpb=69995f44c42f1f324cdb075454d440df7626d42a;p=quassel.git diff --git a/src/qtui/chatmonitorfilter.h b/src/qtui/chatmonitorfilter.h index f6d8a944..be3ae990 100644 --- a/src/qtui/chatmonitorfilter.h +++ b/src/qtui/chatmonitorfilter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -59,6 +59,7 @@ private slots: void operationModeSettingChanged(const QVariant &newValue); void buffersSettingChanged(const QVariant &newValue); void showBacklogSettingChanged(const QVariant &newValue); + void includeReadSettingChanged(const QVariant &newValue); private: int _showFields; @@ -67,6 +68,7 @@ private: bool _showHighlights; int _operationMode; bool _showBacklog; + bool _includeRead; };