X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatline-old.h;h=f4877a96544241298b4d9c07bc29ced819df78de;hp=8d286b07e13b24d3bef25b77f9044118e099e2cb;hb=40fd2239205d9926296ccf60474a1aeb53c06c53;hpb=0d1184b010f26a1620366fa705b18f6376b52698 diff --git a/src/qtui/chatline-old.h b/src/qtui/chatline-old.h index 8d286b07..f4877a96 100644 --- a/src/qtui/chatline-old.h +++ b/src/qtui/chatline-old.h @@ -106,6 +106,8 @@ class ChatLineOld : public QObject, public AbstractUiMsg { void precomputeLine(); QList calcFormatRanges(const UiStyle::StyledText &); QList calcFormatRanges(const UiStyle::StyledText &, const QTextLayout::FormatRange &additional); + + QColor _highlightColor; }; #endif