diff options
Diffstat (limited to 'gpslocation.cpp')
-rw-r--r-- | gpslocation.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gpslocation.cpp b/gpslocation.cpp new file mode 100644 index 000000000..6725abfb9 --- /dev/null +++ b/gpslocation.cpp @@ -0,0 +1,7 @@ +#include "gpslocation.h" + +GpsLocation::GpsLocation() +{ + +} + |