blob: 68f574bd7edbc515c39ff03030a3e15a3fa74b20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef GPSLOCATION_H
#define GPSLOCATION_H
#include <QGeoCoordinate>
class GpsLocation
{
public:
GpsLocation();
signals:
public slots:
};
#endif // GPSLOCATION_H
|