23 #ifndef STORAGEPROFILE_H 24 #define STORAGEPROFILE_H 30 class StorageProfilePrivate;
77 StorageProfilePrivate *d_ptr;
83 #endif // STORAGEPROFILE_H This class represents a single profile, a collection of settings or data releated to some entity...
Definition: Profile.h:52
Storage Profile Class.
Definition: StorageProfile.h:33
virtual StorageProfile * clone() const
Creates a clone of the profile.
Definition: StorageProfile.cpp:77
Definition: AccountsHelper.h:31
StorageProfile(const QString &aName)
Constructs an empty StorageProfile with the given name.
Definition: StorageProfile.cpp:53
virtual bool isEnabled() const
Returns if the profile is enabled.
Definition: StorageProfile.cpp:82
~StorageProfile()
Destructor.
Definition: StorageProfile.cpp:71