23#ifndef STORAGEPROFILE_H
24#define STORAGEPROFILE_H
30class StorageProfilePrivate;
75 StorageProfilePrivate *d_ptr;
Profile()
Default Constructor.
Definition Profile.cpp:41
virtual bool isEnabled() const
Returns if the profile is enabled.
Definition StorageProfile.cpp:80
StorageProfile(const QString &aName)
Constructs an empty StorageProfile with the given name.
Definition StorageProfile.cpp:51
virtual StorageProfile * clone() const
Creates a clone of the profile.
Definition StorageProfile.cpp:75
~StorageProfile()
Destructor.
Definition StorageProfile.cpp:69