mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: enable edit of gasmix
First cylinder only, show warning if there are more than one cylinder defined. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8cc4463a1a
commit
ae116c5bc8
5 changed files with 25 additions and 3 deletions
|
|
@ -88,7 +88,7 @@ public slots:
|
|||
QString gps, QString duration, QString depth,
|
||||
QString airtemp, QString watertemp, QString suit,
|
||||
QString buddy, QString diveMaster, QString weight, QString notes,
|
||||
QString startpressure, QString endpressure);
|
||||
QString startpressure, QString endpressure, QString gasmix);
|
||||
|
||||
void saveChanges();
|
||||
QString addDive();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue