fixing auto scroll issues when chatlines are inserted (not appended) into the lower...
[quassel.git] / src / qtui / chatscene.h
index f3c3d6e..0418232 100644 (file)
@@ -70,7 +70,7 @@ public slots:
   void clearWebPreview(ChatItem *parentItem = 0);
 
 signals:
-  void lastLineChanged(QGraphicsItem *);
+  void lastLineChanged(QGraphicsItem *item, qreal offset);
 
 protected:
   virtual void mouseMoveEvent(QGraphicsSceneMouseEvent *mouseEvent);