aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmapwidgethelper.h
blob: c7e532c3c028fcb86fbc82a17175d086047f9656 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef QMLMAPWIDGETHELPER_H
#define QMLMAPWIDGETHELPER_H

#include <QObject>

class MapWidgetHelper : public QObject {

	Q_OBJECT

public:
	explicit MapWidgetHelper(QObject *parent = NULL);

	void test();
};

#endif