diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2017-07-28 19:28:52 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-02 18:49:47 -0700 |
commit | 6a47af2d16c522575c79828f6a3e71e59de76d78 (patch) | |
tree | a187215959b518aa7d602ea4c8ddb286dee826d0 /mobile-widgets/qmlmanager.h | |
parent | 9d7eb33a33d6e7c21806057e700f0a00a43cbba5 (diff) | |
download | subsurface-6a47af2d16c522575c79828f6a3e71e59de76d78.tar.gz |
QML UI: enable modification of ratings
This enables editing of visibility and ratings for a dive.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r-- | mobile-widgets/qmlmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index 8f3db3266..71f6b8cf9 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -154,7 +154,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, QString cylinder); + QString endpressure, QString gasmix, QString cylinder, int rating, int visibility); void changesNeedSaving(); void saveChangesLocal(); void saveChangesCloud(bool forceRemoteSync); |