Add shortcut that jumps to the markerline
[quassel.git] / src / qtui / bufferwidget.h
index b818435..4eb8b6d 100644 (file)
@@ -44,6 +44,7 @@ public:
 
 public slots:
   virtual void setMarkerLine(ChatView *view = 0, bool allowGoingBack = true);
+  virtual void jumpToMarkerLine(ChatView *view = 0, bool requestBacklog = true);
 
 protected:
   virtual AbstractChatView *createChatView(BufferId);