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