23#ifndef STORAGEPROFILE_H
24#define STORAGEPROFILE_H
30class StorageProfilePrivate;
75 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
virtual StorageProfile * clone() const
Creates a clone of the profile.
Definition StorageProfile.cpp:77
~StorageProfile()
Destructor.
Definition StorageProfile.cpp:71