Quassel now handles even huge ChatScenes without slowing to a crawl.
[quassel.git] / src / qtui / chatscene.h
index fd72010..a0bcefc 100644 (file)
@@ -44,6 +44,9 @@ class ChatScene : public QGraphicsScene {
   public slots:
     void setWidth(int);
 
+  signals:
+    void heightChanged(int height);
+
   protected slots:
     void rowsInserted(const QModelIndex &, int, int);
     void mousePressEvent ( QGraphicsSceneMouseEvent * mouseEvent );