show users in ignore page sorted

This commit is contained in:
hemirt 2018-11-17 16:41:22 +01:00
parent a5bed6d7e4
commit 88cffb1949

View file

@ -108,6 +108,7 @@ void IgnoresPage::onShow()
{ {
users << ignoredUser.name; users << ignoredUser.name;
} }
users.sort(Qt::CaseInsensitive);
this->userListModel_.setStringList(users); this->userListModel_.setStringList(users);
} }