render only new requests

This commit is contained in:
DenioD
2020-05-27 21:42:39 +02:00
parent f57dc2c5ad
commit cfbcc43b14
18 changed files with 157 additions and 55 deletions

View File

@@ -15,8 +15,7 @@ class ContactModel
ContactModel() {}
void renderContactList(QListView* view);
};
#endif