Introduce column separator items; change most of ChatView to use qreal
[quassel.git] / src / qtui / chatview.h
index 7ae7c8d..88a7e23 100644 (file)
@@ -53,6 +53,12 @@ class ChatView : public QGraphicsView, public AbstractChatView {
 
     void setContents(const QList<AbstractUiMsg *> &);
 
+  protected:
+    virtual void resizeEvent(QResizeEvent *event);
+
+  protected slots:
+    virtual void sceneHeightChanged(qreal height);
+
   private:
     ChatScene *_scene;
 };