Use same sorting method in emote popup as in the completion model

Fixes #1549
This commit is contained in:
Rasmus Karlsson
2020-02-15 15:49:06 +01:00
parent b93de7c0f6
commit 64c58e724a
4 changed files with 21 additions and 8 deletions
+2
View File
@@ -49,6 +49,8 @@ public:
void refresh(const QString &prefix, bool isFirstWord = false);
static bool compareStrings(const QString &a, const QString &b);
private:
TaggedString createUser(const QString &str);