Introduce column separator items; change most of ChatView to use qreal
[quassel.git] / src / qtui / chatview.h
index 9799142..88a7e23 100644 (file)
@@ -56,6 +56,9 @@ class ChatView : public QGraphicsView, public AbstractChatView {
   protected:
     virtual void resizeEvent(QResizeEvent *event);
 
+  protected slots:
+    virtual void sceneHeightChanged(qreal height);
+
   private:
     ChatScene *_scene;
 };