Update meta-agl-demo for for 'Daring Dab'
[AGL/meta-agl-demo.git] / recipes-automotive / climatecontrolplugin / files / climatecontrol_plugin.h
1 /* Copyright (C) 2015, Jaguar Land Rover. All Rights Reserved.
2  *
3  * This Source Code Form is subject to the terms of the Mozilla Public
4  * License, v. 2.0. If a copy of the MPL was not distributed with this
5  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6
7 #ifndef CLIMATECONTROL_PLUGIN_H
8 #define CLIMATECONTROL_PLUGIN_H
9
10 #include <QQmlExtensionPlugin>
11
12 class ClimateControlPlugin : public QQmlExtensionPlugin
13 {
14     Q_OBJECT
15     Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
16
17 public:
18     void registerTypes(const char *uri);
19 };
20
21 #endif // CLIMATECONTROL_PLUGIN_H