summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/fordsdlcore_plugin.h
blob: 655dcb5178984301c9319bb51b7fbfb5c01ea69c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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