X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fuistyle.h;h=c1742308266f875e9d3af50f1e097e4864ff6175;hp=18163779b09d1ee1b40390f932a8a7558891c096;hb=86bd6b1ffb870e65af6d830a2ea16471c348ed5a;hpb=02ed3d0a95051e55ecaf66561f379041ae111cca diff --git a/src/uisupport/uistyle.h b/src/uisupport/uistyle.h index 18163779..c1742308 100644 --- a/src/uisupport/uistyle.h +++ b/src/uisupport/uistyle.h @@ -170,7 +170,8 @@ protected: QVariant itemData(int role, const QTextCharFormat &format) const; private slots: - void showItemViewIconsChanged(); + void allowMircColorsChanged(const QVariant &); + void showItemViewIconsChanged(const QVariant &); private: QVector _uiStylePalette; @@ -193,9 +194,12 @@ private: int _voiceIconLimit; bool _showNickViewIcons; bool _showBufferViewIcons; + bool _allowMircColors; }; class UiStyle::StyledMessage : public Message { + Q_DECLARE_TR_FUNCTIONS(UiStyle::StyledMessage) + public: explicit StyledMessage(const Message &message);