X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatmonitorfilter.h;h=a3344d02e533c44beac4680fd3e83fb6e29dbb13;hp=ea115c9585e9c419816087709b169616d5adb77c;hb=00e1a9c29e792ba4d65dba21b7ba04131bcb13bc;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf diff --git a/src/qtui/chatmonitorfilter.h b/src/qtui/chatmonitorfilter.h index ea115c95..a3344d02 100644 --- a/src/qtui/chatmonitorfilter.h +++ b/src/qtui/chatmonitorfilter.h @@ -18,8 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef CHATMONITORFILTER_H_ -#define CHATMONITORFILTER_H_ +#pragma once #include @@ -55,6 +54,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 +70,7 @@ private slots: private: int _showFields; bool _showOwnMessages; + bool _alwaysOwn; QList _bufferIds; bool _showHighlights; int _operationMode; @@ -77,6 +78,3 @@ private: bool _includeRead; bool _showSenderBrackets; /// If true, show brackets around sender names }; - - -#endif