Merge pull request #914 from hemirt/surrogatepairs

Surrogatepairs
This commit is contained in:
pajlada
2019-01-22 22:22:03 +01:00
committed by GitHub
3 changed files with 26 additions and 23 deletions
@@ -108,6 +108,7 @@ void IgnoresPage::onShow()
{
users << ignoredUser.name;
}
users.sort(Qt::CaseInsensitive);
this->userListModel_.setStringList(users);
}