diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-29 12:34:40 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-29 12:20:19 -0800 |
commit | 360add37a8868c63dbbfbdfa2c9d4e49bab2ef57 (patch) | |
tree | c233bc3b9e035461f138292409ae10c4c4dad6a5 /packaging/ios/Subsurface-mobile.pro | |
parent | 8bc7bef0652221cc74a1ba7926c09db3484108ea (diff) | |
download | subsurface-360add37a8868c63dbbfbdfa2c9d4e49bab2ef57.tar.gz |
mobile-widgets: remove qmlprefs.*
class is not longer used, remove it.
(also from qml)
Signed-off-by: Jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/Subsurface-mobile.pro')
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index e8f4b2146..4b8aa079c 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -111,7 +111,6 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../backend-shared/exportfuncs.cpp \ ../../backend-shared/plannershared.cpp \ ../../mobile-widgets/qmlmanager.cpp \ - ../../mobile-widgets/qmlprefs.cpp \ ../../qt-models/divelistmodel.cpp \ ../../qt-models/diveplotdatamodel.cpp \ ../../qt-models/gpslistmodel.cpp \ @@ -244,7 +243,6 @@ HEADERS += \ ../../backend-shared/exportfuncs.h \ ../../backend-shared/plannershared.h \ ../../mobile-widgets/qmlmanager.h \ - ../../mobile-widgets/qmlprefs.h \ ../../map-widget/qmlmapwidgethelper.h \ ../../qt-models/divelistmodel.h \ ../../qt-models/diveplotdatamodel.h \ |