rename sdlogo, refresh at new contact

This commit is contained in:
DenioD
2020-05-30 22:46:57 +02:00
parent b67d304b66
commit 030443393f
7 changed files with 51 additions and 37 deletions

View File

@@ -103,7 +103,7 @@ QList<ContactItem> FileSystem::readContactsOldFormat(QString file)
{
ContactItem contact = ContactItem(stuff[i][0],stuff[i][1], stuff[i][2], stuff[i][3],stuff[i][4]);
contacts.push_back(contact);
i++;
}
_file.close();