aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-20 20:13:59 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-21 15:50:41 -0400
commite6298f93523139a18d4dfc18cca32f0e4cc4deb2 (patch)
treea32785a42967c79634705743a3d27809ebc6adb5 /mobile-widgets/qmlmanager.h
parent158a2ec1591598973dbde0cedd80a4494f34045a (diff)
downloadsubsurface-e6298f93523139a18d4dfc18cca32f0e4cc4deb2.tar.gz
Mobile: allow editing dive number
No checks regarding duplicate numbers - we trust the user knows what they are doing. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r--mobile-widgets/qmlmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h
index b2c118848..782cc6d22 100644
--- a/mobile-widgets/qmlmanager.h
+++ b/mobile-widgets/qmlmanager.h
@@ -155,7 +155,7 @@ public slots:
void retrieveUserid();
void loadDivesWithValidCredentials();
void provideAuth(QNetworkReply *reply, QAuthenticator *auth);
- void commitChanges(QString diveId, QString date, QString location, QString gps,
+ void commitChanges(QString diveId, QString number, QString date, QString location, QString gps,
QString duration, QString depth, QString airtemp,
QString watertemp, QString suit, QString buddy,
QString diveMaster, QString weight, QString notes, QStringList startpressure,