summaryrefslogtreecommitdiff
path: root/src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.h
blob: 2c8bf39d28c39966711e38b32afa8c3fac13c381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef FORDSDLCORE_PLUGIN_H
#define FORDSDLCORE_PLUGIN_H

#include <QQmlExtensionPlugin>

class FordSdlCorePlugin : public QQmlExtensionPlugin {
  Q_OBJECT
  Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")

 public:
  void registerTypes(const char* uri);
};

#endif  // FORDSDLCORE_PLUGIN_H