Fix markerline placement on relayout
[quassel.git] / src / qtui / chatscene.h
index c4a8b01..56212ad 100644 (file)
@@ -127,7 +127,7 @@ public:
   void layout(int start, int end, qreal width);
 
   void setMarkerLineVisible(bool visible = true);
-  void setMarkerLine(MsgId msgId);
+  void setMarkerLine(MsgId msgId = MsgId());
 
   // these are used by the chatitems to notify the scene and manage selections
   void setSelectingItem(ChatItem *item);