Another Speed boost for the new ChatView.
[quassel.git] / src / qtui / chatlinemodel.h
index 4604a9b..4f64efe 100644 (file)
@@ -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;
   };