summaryrefslogtreecommitdiff
path: root/src/components/qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.h')
-rw-r--r--src/components/qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/components/qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.h b/src/components/qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.h
index cf8f0b5f4b..0cf71807c4 100644
--- a/src/components/qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.h
+++ b/src/components/qt_hmi/qml_plugins/hw_buttons/hmi_hwbuttons.h
@@ -38,10 +38,10 @@
#include "qt_version.h"
#if QT_4
-# include <QtDeclarative/QDeclarativeExtensionPlugin>
+#include <QtDeclarative/QDeclarativeExtensionPlugin>
typedef QDeclarativeExtensionPlugin ExtensionPlugin;
#elif QT_5
-# include <QtQml/QQmlExtensionPlugin>
+#include <QtQml/QQmlExtensionPlugin>
typedef QQmlExtensionPlugin ExtensionPlugin;
#endif // QT_VERSION
@@ -52,8 +52,7 @@ class HmiHWButtons : public ExtensionPlugin {
#endif // QT_5
public:
- void registerTypes(const char *uri);
+ void registerTypes(const char* uri);
};
#endif // SRC_COMPONENTS_QT_HMI_QML_PLUGINS_HW_BUTTONS_HMI_HWBUTTONS_H_
-