X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=51522d2355152920845b5e6c9306a2ee41618d4b;hp=c2aa6040aae4e822fb7b18f4b93cadb62ca2ee80;hb=3013f4e095802e906c85878436da9e2ee3f9028c;hpb=e3ed29ad5b799fa1425c137d2296f48ce5995a5b diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index c2aa6040..51522d23 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -65,7 +65,7 @@ public: /** Using this method more efficient than calling visibleChatLinesSorted() and taking its last element. * \return The last fully visible ChatLine in the view */ - ChatLine *lastVisibleChatLine() const; + ChatLine *lastVisibleChatLine(bool ignoreDayChange = false) const; virtual void addActionsToMenu(QMenu *, const QPointF &pos); @@ -86,6 +86,7 @@ public slots: void setMarkerLineVisible(bool visible = true); void setMarkerLine(MsgId msgId); + void jumpToMarkerLine(bool requestBacklog); protected: virtual bool event(QEvent *event);