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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user