mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Move chats / contacts lists to Data::Session.
This commit is contained in:
@@ -19,6 +19,9 @@ public:
|
||||
List(SortMode sortMode);
|
||||
List(const List &other) = delete;
|
||||
List &operator=(const List &other) = delete;
|
||||
List(List &&other) = default;
|
||||
List &operator=(List &&other) = default;
|
||||
~List() = default;
|
||||
|
||||
int size() const {
|
||||
return _rows.size();
|
||||
|
Reference in New Issue
Block a user