diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-09-11 14:41:09 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-09-13 11:21:34 -0700 |
commit | bea552bf0d69e73be9a223369c72bcc122ddff08 (patch) | |
tree | 46d05ad06ceeb6fcb99cb67c10285a601c564776 /Subsurface-mobile.pro | |
parent | edf4fbd38afb6397bdee393dbf75acc317989be8 (diff) | |
download | subsurface-bea552bf0d69e73be9a223369c72bcc122ddff08.tar.gz |
mobile: remove GpsListModel
This is only needed to show the list of GPS fixes obtained with
the now removed location service.
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 2e1b6a959..7a147e925 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -152,7 +152,6 @@ SOURCES += subsurface-mobile-main.cpp \ mobile-widgets/themeinterface.cpp \ qt-models/divesummarymodel.cpp \ qt-models/diveplotdatamodel.cpp \ - qt-models/gpslistmodel.cpp \ qt-models/completionmodels.cpp \ qt-models/divelocationmodel.cpp \ qt-models/maplocationmodel.cpp \ @@ -311,7 +310,6 @@ HEADERS += \ map-widget/qmlmapwidgethelper.h \ qt-models/divesummarymodel.h \ qt-models/diveplotdatamodel.h \ - qt-models/gpslistmodel.h \ qt-models/divelocationmodel.h \ qt-models/completionmodels.h \ qt-models/weightsysteminfomodel.h \ |