Qt IVI Generator Remote Objects Example

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