mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
158a2ec159
commit
e6298f9352
4 changed files with 20 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue