X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatlinemodel.h;h=4f64efe1dac4e17fcb829f1684074c31f527c2ed;hp=4604a9b7559677c4f162614d2076f3263926249b;hb=8c171717381424c896b9f720db203ddb815c76e1;hpb=850f5ae9b96c609f70cdb565bb19054131487714 diff --git a/src/qtui/chatlinemodel.h b/src/qtui/chatlinemodel.h index 4604a9b7..4f64efe1 100644 --- a/src/qtui/chatlinemodel.h +++ b/src/qtui/chatlinemodel.h @@ -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; };