X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatitem.cpp;h=e6f602e14160f363a85c5394dd241fbd9e3a6577;hp=2e3e22d83c173c032dff470f5ca8e64cb5298a26;hb=7ad51cd13433398accb26a62e9713ff914d09e5b;hpb=8699dd758516d0ded076811e8ea656adc95e69d0 diff --git a/src/qtui/chatitem.cpp b/src/qtui/chatitem.cpp index 2e3e22d8..e6f602e1 100644 --- a/src/qtui/chatitem.cpp +++ b/src/qtui/chatitem.cpp @@ -91,7 +91,9 @@ void ChatItem::layout() { } _layout.endLayout(); update(); -} +} QDateTime _timestamp; + MsgId _msgId; + QRectF ChatItem::boundingRect() const { return _layout.boundingRect();