X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatlinemodel.h;h=4f64efe1dac4e17fcb829f1684074c31f527c2ed;hp=0fb922633618713c457d389560a6939a8a1e7895;hb=a19d4cb095e9711028c70f651012bb558e17a6c2;hpb=e2953de106e68e72486e294405f4bdcd33c60fba diff --git a/src/qtui/chatlinemodel.h b/src/qtui/chatlinemodel.h index 0fb92263..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; }; @@ -49,7 +50,7 @@ protected: QDataStream &operator<<(QDataStream &out, const ChatLineModel::WrapList); QDataStream &operator>>(QDataStream &in, ChatLineModel::WrapList &); -Q_DECLARE_METATYPE(ChatLineModel::WrapList); +Q_DECLARE_METATYPE(ChatLineModel::WrapList) #endif