From 674d8331f5c15a8c3095afd1deca2b087fd82464 Mon Sep 17 00:00:00 2001 From: Joakim Bygdell Date: Tue, 30 Aug 2016 16:24:19 +0200 Subject: QML UI: Enable cylinder edit This adds the option to select a cylinder when adding or editing a dive. Due to limited screen size we restrict the editing to the first cylinder only. Signed-off-by: Joakim Bygdell Signed-off-by: Dirk Hohndel --- mobile-widgets/qmlmanager.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mobile-widgets/qmlmanager.h') diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index b7be359ed..8c5b02fa1 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -124,11 +124,11 @@ public slots: void loadDivesWithValidCredentials(); void loadDiveProgress(int percent); void provideAuth(QNetworkReply *reply, QAuthenticator *auth); - void commitChanges(QString diveId, QString date, QString location, - 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 gasmix); + void commitChanges(QString diveId, QString date, QString location, 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 gasmix, QString cylinder); void changesNeedSaving(); void saveChangesLocal(); void saveChangesCloud(bool forceRemoteSync); -- cgit v1.2.3-70-g09d2