Fixed issues with special characters and adding contact to address book. Small fix...
[jenirok] / src / common / contactmanager.h
index b719700..0c42e6b 100644 (file)
@@ -33,7 +33,10 @@ public:
         QString name;
         QString number;
         QString street;
+        QString streetNumber;
+        QString zipCode;
         QString city;
+        QString country;
     };
 
     ContactManager();