13c8b272d666c2dc61dc159ea1748f3854b554f9
[googlelatitude] / latitudeqml.h
1 #ifndef LatitudeQML_H
2 #define LatitudeQML_H
3
4 #include <QObject>
5 #include <QtDeclarative/QDeclarativeView>
6 #include "googlelatitude.h"
7 #include "gpscontrol.h"
8
9 class LatitudeQML : public QDeclarativeView {
10     Q_OBJECT
11 public:
12     LatitudeQML(QDeclarativeView *parent = 0);
13
14 signals:
15
16 public slots:
17
18 private slots:
19
20 private:
21     GoogleLatitude latitude;
22     GpsControl gps;
23 };
24
25 #endif // LatitudeQML_H