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

Ignore accents in contacts list sorting.

This commit is contained in:
John Preston
2021-02-19 15:54:27 +04:00
parent 0a678ae8bd
commit f9f52302bb
8 changed files with 36 additions and 6 deletions

View File

@@ -78,6 +78,8 @@ public:
return *_session;
}
[[nodiscard]] QString nameSortKey(const QString &name) const;
[[nodiscard]] Groups &groups() {
return _groups;
}