Sort address book by name
commit02b2e8200ebf0117929980757cd23260239e8b2a
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Wed, 2 Aug 2017 17:02:40 +0000 (2 19:02 +0200)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Wed, 2 Aug 2017 17:02:40 +0000 (2 19:02 +0200)
tree23e07000c9862d1db69d51ffe26083fde8a0c6f1
parente745755df7b569491e45c8d5617db9b57f3f01e1
Sort address book by name

Even though there is a QSortFilterProxyModel in BE::Contacts, that's not
enough to sort the listview. We need to explicitly sort-by-column the
underlying QStandardItemModel.

Change-Id: Ia9f1fefc832945c7f394768367560b179b5f5150
src/Plugins/AbookAddressbook/AbookAddressbook.cpp