]> ruin.nu Git - adress.git/blobdiff - contact.cpp
It is now possible to add, remove and modify contacts.
[adress.git] / contact.cpp
index a8ffa356c4e85c0c9b4f57b11fd535f26a18a321..7eec7134501239893e380cf2cb0513514e741498 100644 (file)
@@ -14,7 +14,7 @@ QString toLower(QString& s)
 }*/
 
 
-CContact::CContact(QString &firstname, QString &lastname, QString &adress, QString &phonenumber)
+CContact::CContact(const QString &firstname, const QString &lastname, const QString &adress, const QString &phonenumber)
 {
        strings[0] = firstname;
        strings[1] = lastname;