switch to listview for contacts

This commit is contained in:
DenioD
2020-05-03 13:28:41 +02:00
parent 765bedde80
commit c8b274ecfe
6 changed files with 28 additions and 15 deletions

View File

@@ -1029,7 +1029,7 @@ void Controller::refreshChat(QListView *listWidget)
}
void Controller::refreshContacts(QListWidget *listWidget)
void Controller::refreshContacts(QListView *listWidget)
{
contactModel->renderContactList(listWidget);
}