Reworking the wordwrap stuff.
[quassel.git] / src / qtui / chatitem.h
index d32b3cc..956af0e 100644 (file)
@@ -74,6 +74,7 @@ class ChatItem : public QGraphicsItem {
     QPersistentModelIndex _index;
 
     QTextLayout *_layout;
+    QList<quint16> _wrapPositions;
 };
 
 #endif