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

@@ -1516,7 +1516,7 @@ void MainWidget::saveRecentHashtags(const QString &text) {
}
}
void MainWidget::unreadCountChanged(History *history) {
void MainWidget::unreadCountChanged(not_null<History*> history) {
_history->unreadCountChanged(history);
}