2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Make filtered lists independent from folders.

This commit is contained in:
John Preston
2020-03-09 15:17:56 +04:00
parent c305246d21
commit ca3419ef24
17 changed files with 98 additions and 56 deletions

View File

@@ -23,6 +23,8 @@ namespace Layout {
class RowPainter;
} // namespace Layout
enum class SortMode;
class BasicRow {
public:
BasicRow();
@@ -88,7 +90,7 @@ public:
int pos() const {
return _pos;
}
uint64 sortKey() const;
uint64 sortKey(SortMode mode) const;
void validateListEntryCache() const;
const Ui::Text::String &listEntryCache() const {