diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-12-21 20:17:05 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-10 09:25:57 -0700 |
commit | d55ea8f8750a7952d4e9e003bef57decc513d2d4 (patch) | |
tree | 0ea1fa5c472e184f172b6d9abc19d958c67653cc /mobile-widgets/qml/DiveDetailsEdit.qml | |
parent | c34b7857fcc03d2ede0d40063b49a36e1ad7d9dd (diff) | |
download | subsurface-d55ea8f8750a7952d4e9e003bef57decc513d2d4.tar.gz |
mobile/divelist: remove showDiveIndex QML-function
The currently shown dive is now controlled by the core.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DiveDetailsEdit.qml')
-rw-r--r-- | mobile-widgets/qml/DiveDetailsEdit.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveDetailsEdit.qml b/mobile-widgets/qml/DiveDetailsEdit.qml index 9d10772e4..ceeaedaf6 100644 --- a/mobile-widgets/qml/DiveDetailsEdit.qml +++ b/mobile-widgets/qml/DiveDetailsEdit.qml @@ -137,7 +137,6 @@ Item { diveDetailsListView.currentItem.modelData.visibility = detailsEdit.visibility Qt.inputMethod.hide() // now make sure we directly show the saved dive (this may be a new dive, or it may have moved) - showDiveIndex(newIdx) clearDetailsEdit() } |