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>
This commit is contained in:
jan Iversen 2020-01-23 16:20:27 +01:00 committed by Dirk Hohndel
parent 6584cd82d5
commit 14931db0a9
3 changed files with 0 additions and 40 deletions

View file

@ -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()