mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: handle editing of depth
Getting closer to being able to really edit / add dives in the mobile UI. This works for manually added dives - needs a bit more thought for dives downloaded from dive computers as we don't necessarily want to change the maxdepth in conflict with the samples. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2c28b16b26
commit
a0aa27e864
6 changed files with 45 additions and 1 deletions
|
@ -130,6 +130,7 @@ QString DiveListModel::startAddDive()
|
|||
if (pd && pd->number > 0)
|
||||
nr = pd->number + 1;
|
||||
d->number = nr;
|
||||
d->dc.model = strdup("manually added dive");
|
||||
add_single_dive(-1, d);
|
||||
addDive(d);
|
||||
return QString::number(d->id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue