subsurface/gpslocation.cpp
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

8 lines
59 B
C++

#include "gpslocation.h"
GpsLocation::GpsLocation()
{
}