X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=100b311b21bf09ccb2ad382b8857eabb8ff77436;hp=9799142d9455c01d26fc4b16719f60d767b29ff5;hb=99bb37d9938f3d88ce7551ded454146359fadc03;hpb=8bf92d33ac84cfede11b2361832607bea98f64c8 diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 9799142d..100b311b 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -56,6 +56,9 @@ class ChatView : public QGraphicsView, public AbstractChatView { protected: virtual void resizeEvent(QResizeEvent *event); + protected slots: + virtual void sceneHeightChanged(int height); + private: ChatScene *_scene; };