diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-12-15 16:18:06 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-17 13:03:56 -0800 |
commit | 79f95b7f7dbdec1b7e1638056981d305e588969d (patch) | |
tree | 0b5520ba650195305823c3649e246e7963d2c5a6 /Subsurface-mobile.pro | |
parent | 1037c15b98bf9e2e4734e9e6ee2d5c6387f131a9 (diff) | |
download | subsurface-79f95b7f7dbdec1b7e1638056981d305e588969d.tar.gz |
core: remove DiveObjectHelper
Since switching to the mobile-models and removing grantlee,
DiveObjectHelper was demoted to a thin wrapper around string
formatting functions. The last user was removed in a previous
commit.
It was never a good idea, given QML's strange memory-management.
Let's remove it.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
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 38dfd290a..d8a00757b 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -122,7 +122,6 @@ SOURCES += subsurface-mobile-main.cpp \ core/settings/qPrefLog.cpp \ core/settings/qPrefMedia.cpp \ core/settings/qPrefUpdateManager.cpp \ - core/subsurface-qt/diveobjecthelper.cpp \ core/subsurface-qt/divelistnotifier.cpp \ backend-shared/exportfuncs.cpp \ backend-shared/plannershared.cpp \ @@ -257,7 +256,6 @@ HEADERS += \ core/settings/qPrefLog.h \ core/settings/qPrefMedia.h \ core/settings/qPrefUpdateManager.h \ - core/subsurface-qt/diveobjecthelper.h \ core/subsurface-qt/divelistnotifier.h \ backend-shared/exportfuncs.h \ backend-shared/plannershared.h \ |