X-Git-Url: https://ruin.nu/git/?p=adress.git;a=blobdiff_plain;f=contact.cpp;h=7eec7134501239893e380cf2cb0513514e741498;hp=a8ffa356c4e85c0c9b4f57b11fd535f26a18a321;hb=d5ab42bc1239fdd6ae46c17a4c698935e19eb745;hpb=4fecff14d6bfc17edd21d79dc3a44cbba032586f diff --git a/contact.cpp b/contact.cpp index a8ffa35..7eec713 100644 --- a/contact.cpp +++ b/contact.cpp @@ -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;