This doesn't do a thing - just adds the empty class and sets up the Cmake file so it finds the required Qt components for Subsurface-mobile. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
17 lines
169 B
C++
17 lines
169 B
C++
#ifndef GPSLOCATION_H
|
|
#define GPSLOCATION_H
|
|
|
|
#include <QGeoCoordinate>
|
|
|
|
class GpsLocation
|
|
{
|
|
public:
|
|
GpsLocation();
|
|
|
|
signals:
|
|
|
|
public slots:
|
|
};
|
|
|
|
#endif // GPSLOCATION_H
|