summary refs log tree commit diff
path: root/include/timeline/TimelineView.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/timeline/TimelineView.h')
-rw-r--r--include/timeline/TimelineView.h2
1 files changed, 2 insertions, 0 deletions
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);