X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatmonitorfilter.h;fp=src%2Fqtui%2Fchatmonitorfilter.h;h=beba9bc0480e32a00a5391c76ed776915dd59686;hp=ea115c9585e9c419816087709b169616d5adb77c;hb=107131b98c78c3e7f4b2630f8f20453ce5400438;hpb=903cbb0d6bbeb2ed8812f53e1e812d886e6f90ae diff --git a/src/qtui/chatmonitorfilter.h b/src/qtui/chatmonitorfilter.h index ea115c95..beba9bc0 100644 --- a/src/qtui/chatmonitorfilter.h +++ b/src/qtui/chatmonitorfilter.h @@ -55,6 +55,7 @@ public slots: private slots: void showFieldsSettingChanged(const QVariant &newValue); void showOwnMessagesSettingChanged(const QVariant &newValue); + void alwaysOwnSettingChanged(const QVariant &newValue); void showHighlightsSettingChanged(const QVariant &newValue); void operationModeSettingChanged(const QVariant &newValue); void buffersSettingChanged(const QVariant &newValue); @@ -70,6 +71,7 @@ private slots: private: int _showFields; bool _showOwnMessages; + bool _alwaysOwn; QList _bufferIds; bool _showHighlights; int _operationMode;