subsurface/gpslocation.h
Dirk Hohndel 136b87e7c0 Location service: Add GPS location infrastructure for Subsurface-mobile
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>
2015-11-11 12:36:49 -08:00

17 lines
169 B
C++

#ifndef GPSLOCATION_H
#define GPSLOCATION_H
#include <QGeoCoordinate>
class GpsLocation
{
public:
GpsLocation();
signals:
public slots:
};
#endif // GPSLOCATION_H