29#include "ProfileField.h"
83 : iName(aSource.iName)
84 , iType(aSource.iType)
85 , iLoaded(aSource.iLoaded)
86 , iMerged(aSource.iMerged)
87 , iLocalKeys(aSource.iLocalKeys)
88 , iMergedKeys(aSource.iMergedKeys)
104 qDeleteAll(iLocalFields);
105 iLocalFields.clear();
106 qDeleteAll(iMergedFields);
107 iMergedFields.clear();
109 qDeleteAll(iSubProfiles);
110 iSubProfiles.clear();
This class represents a profile field.
Definition ProfileField.h:49
Private implementation class for Profile class.
Definition Profile_p.h:35
QList< const ProfileField * > iLocalFields
Local fields, that are not merged from sub-profiles.
Definition Profile_p.h:65
QList< const ProfileField * > iMergedFields
Fields that are merged from sub-profiles.
Definition Profile_p.h:68
QMap< QString, QString > iMergedKeys
Keys that are merged from sub-profile files.
Definition Profile_p.h:62
QMap< QString, QString > iLocalKeys
Local keys, that are not merged from sub-profiles.
Definition Profile_p.h:59
ProfilePrivate()
Constructor.
Definition Profile_p.h:76
~ProfilePrivate()
Destructor.
Definition Profile_p.h:102
bool iMerged
Is the profile merged created by merging from sub-profile.
Definition Profile_p.h:56
QString iName
Profile name.
Definition Profile_p.h:47
bool iLoaded
Is the profile fully loaded and constructed.
Definition Profile_p.h:53
QList< Profile * > iSubProfiles
List of sub-profiles.
Definition Profile_p.h:71
QString iType
Profile type.
Definition Profile_p.h:50
This class represents a single profile, a collection of settings or data releated to some entity.
Definition Profile.h:53
virtual Profile * clone() const
Creates a clone of the profile.
Definition Profile.cpp:93
Definition SyncBackupAdaptor.h:40
Definition SyncBackupAdaptor.h:41