diff options
Diffstat (limited to 'gpslocation.h')
-rw-r--r-- | gpslocation.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gpslocation.h b/gpslocation.h new file mode 100644 index 000000000..68f574bd7 --- /dev/null +++ b/gpslocation.h @@ -0,0 +1,16 @@ +#ifndef GPSLOCATION_H +#define GPSLOCATION_H + +#include <QGeoCoordinate> + +class GpsLocation +{ +public: + GpsLocation(); + +signals: + +public slots: +}; + +#endif // GPSLOCATION_H |