19 #ifndef DASHCOMMUNICATOR_PLUGIN_H 20 #define DASHCOMMUNICATOR_PLUGIN_H 22 #include <QtQml/QQmlEngine> 23 #include <QtQml/QQmlExtensionPlugin> 25 class DashCommunicatorPlugin :
public QQmlExtensionPlugin
28 Q_PLUGIN_METADATA(IID
"org.qt-project.Qt.QQmlExtensionInterface")
31 void registerTypes(const
char *uri) override;