diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-09-11 17:01:16 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-09-13 11:21:34 -0700 |
commit | 2a0d14b10065540d7d709950c0005bed459f5e82 (patch) | |
tree | 0aed144e712bc68126d9f3eb471f3c449414683b /Subsurface-mobile.pro | |
parent | 6f813b9f8e58a7b6529e3be728e0ae37e8401400 (diff) | |
download | subsurface-2a0d14b10065540d7d709950c0005bed459f5e82.tar.gz |
core: remove location service preferences
Including the related tests.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Subsurface-mobile.pro')
-rw-r--r-- | Subsurface-mobile.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro index ef9623219..de8489a9c 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -111,7 +111,6 @@ SOURCES += subsurface-mobile-main.cpp \ core/settings/qPrefGeneral.cpp \ core/settings/qPrefGeocoding.cpp \ core/settings/qPrefLanguage.cpp \ - core/settings/qPrefLocationService.cpp \ core/settings/qPrefPartialPressureGas.cpp \ core/settings/qPrefPrivate.cpp \ core/settings/qPrefProxy.cpp \ @@ -265,7 +264,6 @@ HEADERS += \ core/settings/qPrefGeneral.h \ core/settings/qPrefGeocoding.h \ core/settings/qPrefLanguage.h \ - core/settings/qPrefLocationService.h \ core/settings/qPrefPartialPressureGas.h \ core/settings/qPrefPrivate.h \ core/settings/qPrefProxy.h \ |