aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2016-02-13 18:34:31 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-13 10:04:05 -0800
commitae116c5bc80f152f4eb5061252f52e70903398c6 (patch)
tree0d52f673e387b6e47f7c93757e990a1750e19c25 /qt-mobile/qmlmanager.h
parent8cc4463a1af4bbce2dd5ea61d6ab8a5b107fb3b7 (diff)
downloadsubsurface-ae116c5bc80f152f4eb5061252f52e70903398c6.tar.gz
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>
Diffstat (limited to 'qt-mobile/qmlmanager.h')
-rw-r--r--qt-mobile/qmlmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qmlmanager.h b/qt-mobile/qmlmanager.h
index 2d44bfc4e..433001a5a 100644
--- a/qt-mobile/qmlmanager.h
+++ b/qt-mobile/qmlmanager.h
@@ -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();