Show the scroll-down button when showing the timeline

This commit is contained in:
Konstantinos Sideris 2018-01-23 17:34:57 +02:00
parent 48dabdfdc7
commit 2274642f12
2 changed files with 19 additions and 9 deletions

View file

@ -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);