diff options
author | jan Iversen <jan@casacondor.com> | 2020-01-23 16:20:27 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-01-25 17:26:33 -0800 |
commit | 14931db0a9ca53956afdb162f8818a5ed61060a4 (patch) | |
tree | 42408ef1891fa1fc2c200b3b08364454c8e86a71 /backend-shared/plannershared.cpp | |
parent | 6584cd82d5ecbfb4a2b2097f15a8e481c05e0cd4 (diff) | |
download | subsurface-14931db0a9ca53956afdb162f8818a5ed61060a4.tar.gz |
dive-planner: removed unused QML interface
Remove Q_PROPERTY and signals from plannershared, since they are
no longer used (transferred to qmlinterface).
Unregister object plannershared, since it is no longer used in QML.
Signed-off-by: jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'backend-shared/plannershared.cpp')
-rw-r--r-- | backend-shared/plannershared.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend-shared/plannershared.cpp b/backend-shared/plannershared.cpp index 9c2305e42..c2eb88ea3 100644 --- a/backend-shared/plannershared.cpp +++ b/backend-shared/plannershared.cpp @@ -69,7 +69,6 @@ void plannerShared::set_surface_segment(int value) { // NO conversion, this is done in the planner model. DivePlannerPointsModel::instance()->setSurfaceSegment(value); - emit instance()->surface_segmentChanged(surface_segment()); } double plannerShared::bottomsac() |