summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmapwidgethelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qmlmapwidgethelper.h')
-rw-r--r--mobile-widgets/qmlmapwidgethelper.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmapwidgethelper.h b/mobile-widgets/qmlmapwidgethelper.h
new file mode 100644
index 000000000..c7e532c3c
--- /dev/null
+++ b/mobile-widgets/qmlmapwidgethelper.h
@@ -0,0 +1,16 @@
+#ifndef QMLMAPWIDGETHELPER_H
+#define QMLMAPWIDGETHELPER_H
+
+#include <QObject>
+
+class MapWidgetHelper : public QObject {
+
+ Q_OBJECT
+
+public:
+ explicit MapWidgetHelper(QObject *parent = NULL);
+
+ void test();
+};
+
+#endif