X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fqtuistyle.h;h=805ce4f4c538cb42da954ab6a6bd1c4b2601e65b;hb=e2667bcfa59d0a3b7843235dd6235d912cc0c992;hp=d3276f16d67e26243932746631c2438bd4835e02;hpb=c5c74323b6d8f3fc6775ca1d08cb84c602bac58d;p=quassel.git diff --git a/src/qtui/qtuistyle.h b/src/qtui/qtuistyle.h index d3276f16..805ce4f4 100644 --- a/src/qtui/qtuistyle.h +++ b/src/qtui/qtuistyle.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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; };