X-Git-Url: https://ruin.nu/git/?p=adress.git;a=blobdiff_plain;f=contact.cpp;h=7eec7134501239893e380cf2cb0513514e741498;hp=a8ffa356c4e85c0c9b4f57b11fd535f26a18a321;hb=365dabc89c0592bc776ff088db44a6533a86b923;hpb=1197b29fa2d68f604352fe6eef3e9776a63bb87b 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;