23 #ifndef PROFILEFACTORY_H
24 #define PROFILEFACTORY_H
70 #endif // PROFILEFACTORY_H
This class represents a single profile, a collection of settings or data releated to some entity...
Definition: Profile.h:52
Profile * createProfile(const QString &aName, const QString &aType)
Creates an empty profile with the given name and type.
Definition: ProfileFactory.cpp:37
Definition: AccountsHelper.h:31
ProfileFactory()
Constructor.
Definition: ProfileFactory.cpp:33
ProfileFactory handles creating Profile instances.
Definition: ProfileFactory.h:38