X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=9799142d9455c01d26fc4b16719f60d767b29ff5;hp=7ae7c8dc510541cc339d070fbbd5969b97bfeafc;hb=9e0b5872dcf290e375c46c016f951c6ea780fcc0;hpb=c913d654e92f5b3a6daea3265a3ed84e73c5cf6f diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 7ae7c8dc..9799142d 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -53,6 +53,9 @@ class ChatView : public QGraphicsView, public AbstractChatView { void setContents(const QList &); + protected: + virtual void resizeEvent(QResizeEvent *event); + private: ChatScene *_scene; };