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