X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=profile.cpp;h=a4e2129f9aac4cc425c770e98a3e4341191cad0f;hb=HEAD;hp=273f4dc1ff16edd65774b6162b4b7af9dbcf3699;hpb=6f0e06a23515e795b75e08161487d60c9fc4f933;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; }