Tweak ChatItem/ChatLine layouting
[quassel.git] / src / qtui / chatscene.h
index 82ccacc..6595ea4 100644 (file)
@@ -108,7 +108,7 @@ public:
  public slots:
   void updateForViewport(qreal width, qreal height);
   void setWidth(qreal width);
-  void layout(qreal width = -1);
+  void layout(int start, int end, qreal width);
 
   // these are used by the chatitems to notify the scene and manage selections
   void setSelectingItem(ChatItem *item);