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 /mobile-widgets/qmlmanager.h | |
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 'mobile-widgets/qmlmanager.h')
-rw-r--r-- | mobile-widgets/qmlmanager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index cbb451d8a..d4adbc9b9 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -23,7 +23,6 @@ #endif class QAction; -class DiveObjectHelper; struct DiveSiteChange; // An obscure implementation artifact - remove in due course. class QMLManager : public QObject { |