X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuistyle.h;h=805ce4f4c538cb42da954ab6a6bd1c4b2601e65b;hp=270e24803eb9748efda828ae8caeb75d42f956a0;hb=e049ffc61b5e260a49d73102a74c3821af827e77;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c diff --git a/src/qtui/qtuistyle.h b/src/qtui/qtuistyle.h index 270e2480..805ce4f4 100644 --- a/src/qtui/qtuistyle.h +++ b/src/qtui/qtuistyle.h @@ -34,6 +34,9 @@ public: virtual inline QColor highlightColor() const { return _highlightColor; } virtual void setHighlightColor(const QColor &); +protected: + void inline addSenderAutoColor( FormatType type, const QString name ); + private: QColor _highlightColor; };