diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-11 10:54:36 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-11 12:37:57 -0800 |
commit | 9195f247c4b05a0cb849cf998355dc3ec3b65641 (patch) | |
tree | d8b5b4da0928f1f969931fc94cb25371c7518608 /subsurface-mobile-helper.cpp | |
parent | 12a6a8f2b3afe4c6376b874f609be933ed5dbe5c (diff) | |
download | subsurface-9195f247c4b05a0cb849cf998355dc3ec3b65641.tar.gz |
Location service: move files around to fit new directory layout
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-mobile-helper.cpp')
-rw-r--r-- | subsurface-mobile-helper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-mobile-helper.cpp b/subsurface-mobile-helper.cpp index 0643ae9e0..cbffc7b1d 100644 --- a/subsurface-mobile-helper.cpp +++ b/subsurface-mobile-helper.cpp @@ -18,7 +18,7 @@ #include "qt-mobile/qmlmanager.h" #include "qt-models/divelistmodel.h" #include "qt-mobile/qmlprofile.h" -#include "gpslocation.h" +#include "qt-mobile/gpslocation.h" GpsLocation *locationProvider; QObject *qqWindowObject = NULL; |