X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatline-old.h;h=c243c9547dab5d59cb2f2930315233928293adee;hb=b833d421907118038b8680f6184bb2dea444cc74;hp=5b5bffc7681e3c376e1d053160096166431a6c0b;hpb=70706ff642683d03ff091cab25d984ec7d9612de;p=quassel.git diff --git a/src/qtui/chatline-old.h b/src/qtui/chatline-old.h index 5b5bffc7..c243c954 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,6 +99,7 @@ class ChatLine : public QObject, public AbstractUiMsg { QList lineLayouts; int minHeight; + bool isHighlight; SelectionMode selectionMode; int selectionStart, selectionEnd; void formatMsg(Message);