Use same sorting method in emote popup as in the completion model
Fixes #1549
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user