Yearly copyright bump :)
[quassel.git] / src / qtui / chatlinemodel.h
index 4604a9b..77cab19 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -36,6 +36,7 @@ public:
   /// Used to store information about words to be used for wrapping
   struct Word {
     quint16 start;
+    qreal endX;
     qreal width;
     qreal trailing;
   };