X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=profile.cpp;fp=profile.cpp;h=a4e2129f9aac4cc425c770e98a3e4341191cad0f;hb=4ce3be0451a1e12b091ac18b90aebf59de109a2f;hp=273f4dc1ff16edd65774b6162b4b7af9dbcf3699;hpb=fc9e638703f7b80c390289630b508499c05ca229;p=confmgr diff --git a/profile.cpp b/profile.cpp index 273f4dc..a4e2129 100644 --- a/profile.cpp +++ b/profile.cpp @@ -10,7 +10,8 @@ Profile::Profile(QObject *parent) : mNoOfSteps = 0; } -Profile::Profile(const Profile &p) +Profile::Profile(const Profile &p) : + QObject(p.parent()) { *this = p; }