We now send WHO every 60 seconds for all channels we are in. This keeps the nicklist,
[quassel.git] / src / qtui / chatline-old.h
index 257513b..b29aca2 100644 (file)
@@ -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<LineLayout> lineLayouts;
     int minHeight;
 
+    bool isHighlight;
     SelectionMode selectionMode;
     int selectionStart, selectionEnd;
     void formatMsg(Message);
     void precomputeLine();
-    QList<FormatRange> calcFormatRanges(const UiStyle::StyledText &, QTextLayout::FormatRange additional = QTextLayout::FormatRange());
+    QList<FormatRange> calcFormatRanges(UiStyle::StyledText, QTextLayout::FormatRange additional = QTextLayout::FormatRange());
 };
 
 #endif