Quassel now handles even huge ChatScenes without slowing to a crawl.
[quassel.git] / src / qtui / chatview.h
index 9799142..100b311 100644 (file)
@@ -56,6 +56,9 @@ class ChatView : public QGraphicsView, public AbstractChatView {
   protected:
     virtual void resizeEvent(QResizeEvent *event);
 
   protected:
     virtual void resizeEvent(QResizeEvent *event);
 
+  protected slots:
+    virtual void sceneHeightChanged(int height);
+
   private:
     ChatScene *_scene;
 };
   private:
     ChatScene *_scene;
 };