X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=inline;f=src%2Fqtui%2Fchatitem.h;h=8de74d0e7d217da06a1abe41dcc22fd374e8c251;hb=5cb0dfcd0cb0d5ee49fc4ca0de6c0116134326a7;hp=b0375d6c3332a8db0ccfefa1deef8d43541aa12f;hpb=fd90abd3f3baa4fc98fa7e3df0e22e9bd3d77d95;p=quassel.git diff --git a/src/qtui/chatitem.h b/src/qtui/chatitem.h index b0375d6c..8de74d0e 100644 --- a/src/qtui/chatitem.h +++ b/src/qtui/chatitem.h @@ -55,7 +55,7 @@ class ChatItem : public QGraphicsItem { virtual QVariant data(int role) const; // returns height - qreal setWidth(qreal width); + qreal setGeometry(qreal width, qreal height = -1); // selection stuff, to be called by the scene void clearSelection();