X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatline-old.h;h=b29aca2350f02dc382063bd2e6680bd39356acec;hp=257513b39850d4066e3ab06fccfbe5d2336bb963;hb=c0bbc724cda7acf652d9d2ce80605ebb53c4a2ff;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016 diff --git a/src/qtui/chatline-old.h b/src/qtui/chatline-old.h index 257513b3..b29aca23 100644 --- a/src/qtui/chatline-old.h +++ b/src/qtui/chatline-old.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -99,11 +99,12 @@ class ChatLine : public QObject, public AbstractUiMsg { QList lineLayouts; int minHeight; + bool isHighlight; SelectionMode selectionMode; int selectionStart, selectionEnd; void formatMsg(Message); void precomputeLine(); - QList calcFormatRanges(const UiStyle::StyledText &, QTextLayout::FormatRange additional = QTextLayout::FormatRange()); + QList calcFormatRanges(UiStyle::StyledText, QTextLayout::FormatRange additional = QTextLayout::FormatRange()); }; #endif