29#include "ProfileField.h"
91 iLocalFields.append(new ProfileField(*localField));
94 iMergedFields.append(new ProfileField(*mergedField));
98 iSubProfiles.append(p->clone());
This class represents a profile field.
Definition ProfileField.h:49
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
Definition SyncBackupAdaptor.h:40
Definition SyncBackupAdaptor.h:41