From 2274642f1219590b63fd1e407aee403b5bdb9712 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 23 Jan 2018 17:34:57 +0200 Subject: Show the scroll-down button when showing the timeline --- include/timeline/TimelineView.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/timeline/TimelineView.h b/include/timeline/TimelineView.h index 1ebf6eb7..ddabf104 100644 --- a/include/timeline/TimelineView.h +++ b/include/timeline/TimelineView.h @@ -134,6 +134,8 @@ private: }); }; + //! Decides whether or not to show or hide the scroll down button. + void toggleScrollDownButton(); void init(); void addTimelineItem(TimelineItem *item, TimelineDirection direction); void updateLastSender(const QString &user_id, TimelineDirection direction); -- cgit 1.5.1