Qt IVI Generator Climate Example

/**************************************************************************** ** Generated from 'Example.IVI.Climate.qface' ** ** Created by: The QFace generator (QtAS 5.12.8) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/
#ifndef CLIMATEMODULEFACTORY_H_ #define CLIMATEMODULEFACTORY_H_ #include "climatemodule.h" #include <QObject> class Q_EXAMPLE_IVI_CLIMATE_EXPORT ClimateModuleFactory : public ClimateModule { Q_OBJECT public: ClimateModuleFactory(QObject *parent = nullptr); }; #endif // CLIMATEMODULEFACTORY_H_