From 5e9c7fa5ee9118ae98d7ba0e187e8a3770d541ae Mon Sep 17 00:00:00 2001 From: Strider <127.0.0.1@404.notfound> Date: Thu, 28 May 2020 20:13:13 +0200 Subject: [PATCH] update// address improvement --- src/FileSystem/FileSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FileSystem/FileSystem.cpp b/src/FileSystem/FileSystem.cpp index 4d3f146..92f5bb8 100644 --- a/src/FileSystem/FileSystem.cpp +++ b/src/FileSystem/FileSystem.cpp @@ -127,7 +127,7 @@ QList FileSystem::readContactsOldFormat(QString file) } else if(stuff[i].size() == 4) { - contact = ContactItem(stuff[i][0],stuff[i][1]); + contact = ContactItem(stuff[i][0],stuff[i][1], stuff[i][2], stuff[i][3]); } else