mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile: save gasmixes
Same as for cylinder info, we need to make sure that the gasmixes gets saved to the correct cylinder. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
9c9450748b
commit
891e8acaa8
3 changed files with 23 additions and 12 deletions
|
|
@ -158,7 +158,7 @@ public slots:
|
|||
QString duration, QString depth, QString airtemp,
|
||||
QString watertemp, QString suit, QString buddy,
|
||||
QString diveMaster, QString weight, QString notes, QString startpressure,
|
||||
QString endpressure, QString gasmix, QStringList usedCylinder, int rating, int visibility);
|
||||
QString endpressure, QStringList gasmix, QStringList usedCylinder, int rating, int visibility);
|
||||
void changesNeedSaving();
|
||||
void openNoCloudRepo();
|
||||
void saveChangesLocal();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue