X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=88a7e23ab89737a645264685f72dcfe23b18486e;hp=7ae7c8dc510541cc339d070fbbd5969b97bfeafc;hb=39e2a78383295f86c5aa2dadbeac6f02b53eb7a4;hpb=cc7f376eb105f7bf931fb7f96c9601a7b3f69511 diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 7ae7c8dc..88a7e23a 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -53,6 +53,12 @@ class ChatView : public QGraphicsView, public AbstractChatView { void setContents(const QList &); + protected: + virtual void resizeEvent(QResizeEvent *event); + + protected slots: + virtual void sceneHeightChanged(qreal height); + private: ChatScene *_scene; };