X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fbufferwidget.h;h=4eb8b6d99a59332793db97fd64ac74efedc34187;hp=dc8b8236b8cfddb63ba9d259fb729ae3ee3e214d;hb=2ed35d8a6322e49ab604472a7af59592cf36ae12;hpb=9da8a8a14a39bffe74403001978a13cc8b130138 diff --git a/src/qtui/bufferwidget.h b/src/qtui/bufferwidget.h index dc8b8236..4eb8b6d9 100644 --- a/src/qtui/bufferwidget.h +++ b/src/qtui/bufferwidget.h @@ -42,6 +42,10 @@ public: inline ChatViewSearchBar *searchBar() const { return ui.searchBar; } void addActionsToMenu(QMenu *, const QPointF &pos); +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); virtual void removeChatView(BufferId); @@ -50,8 +54,6 @@ protected: protected slots: virtual void currentChanged(const QModelIndex ¤t, const QModelIndex &previous); virtual void showChatView(BufferId); -public slots: - virtual void setMarkerLine(ChatView *view = 0, bool allowGoingBack = true); private slots: void scrollToHighlight(QGraphicsItem *highlightItem);