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 REMOTEMODULE_H_ #define REMOTEMODULE_H_ #include "remoteglobal.h" #include <QObject> class Q_EXAMPLE_IVI_REMOTE_EXPORT RemoteModule : public QObject { Q_OBJECT public: RemoteModule(QObject *parent=nullptr); static void registerTypes(); static void registerQmlTypes(const QString& uri, int majorVersion = 1, int minorVersion = 0); }; #endif // REMOTEMODULE_H_