X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fchatview.h;h=100b311b21bf09ccb2ad382b8857eabb8ff77436;hb=99bb37d9938f3d88ce7551ded454146359fadc03;hp=7ae7c8dc510541cc339d070fbbd5969b97bfeafc;hpb=22f141be889377b07472bb967d92186dad23be3e;p=quassel.git 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; };