X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatline-old.h;h=b29aca2350f02dc382063bd2e6680bd39356acec;hb=4d159822323116d1a7c7464b2624da7b65035fd6;hp=5b5bffc7681e3c376e1d053160096166431a6c0b;hpb=70706ff642683d03ff091cab25d984ec7d9612de;p=quassel.git diff --git a/src/qtui/chatline-old.h b/src/qtui/chatline-old.h index 5b5bffc7..b29aca23 100644 --- a/src/qtui/chatline-old.h +++ b/src/qtui/chatline-old.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005-07 by The Quassel IRC Development 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 * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -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