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

@@ -74,7 +74,7 @@ class ContactModel
{
public:
ContactModel() {}
void renderContactList(QListWidget* view);
void renderContactList(QListView* view);
};
#endif