Make ChatLine/-Items and ChatScene honor ChatView width.
[quassel.git] / src / qtui / chatview.h
index 7ae7c8d..9799142 100644 (file)
@@ -53,6 +53,9 @@ class ChatView : public QGraphicsView, public AbstractChatView {
 
     void setContents(const QList<AbstractUiMsg *> &);
 
+  protected:
+    virtual void resizeEvent(QResizeEvent *event);
+
   private:
     ChatScene *_scene;
 };