2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Manage unread bar using HistoryView::Element-s.

This commit is contained in:
John Preston
2018-01-21 22:21:08 +03:00
parent 861ab85ca1
commit ebd4651ac2
23 changed files with 590 additions and 417 deletions

View File

@@ -242,7 +242,7 @@ public:
void sendMessage(const MessageToSend &message);
void saveRecentHashtags(const QString &text);
void unreadCountChanged(History *history);
void unreadCountChanged(not_null<History*> history);
TimeMs highlightStartTime(not_null<const HistoryItem*> item) const;