summaryrefslogtreecommitdiff
path: root/src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.h
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2018-01-30 16:40:27 -0500
committerjacobkeeler <jacob.keeler@livioradio.com>2018-02-01 11:09:08 -0500
commit3226d63c50103f5cc8a0aa326c646aaf272a54ba (patch)
tree38a9ab821d0110c294c13b26950746e600fc69f6 /src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.h
parent2d9939702e461f56a5b0b04a5d00a39ed544ab49 (diff)
downloadsdl_core-3226d63c50103f5cc8a0aa326c646aaf272a54ba.tar.gz
Delete QT HMI
Diffstat (limited to 'src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.h')
-rw-r--r--src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.h b/src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.h
deleted file mode 100644
index 2c8bf39d28..0000000000
--- a/src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#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