mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
6584cd82d5
commit
14931db0a9
3 changed files with 0 additions and 40 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue