X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=100b311b21bf09ccb2ad382b8857eabb8ff77436;hp=7ae7c8dc510541cc339d070fbbd5969b97bfeafc;hb=99bb37d9938f3d88ce7551ded454146359fadc03;hpb=cc7f376eb105f7bf931fb7f96c9601a7b3f69511 diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 7ae7c8dc..100b311b 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(int height); + private: ChatScene *_scene; };