aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-18 14:19:18 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-18 17:05:45 -0700
commit33df10cbaa5bd7eb84e54232351cd73739d0a248 (patch)
treecde59cd92acd62395cdf7dfb9d71c71e26cf558d
parent2e2ccc1c521daa7b750c5b0d4b351adc4182fd57 (diff)
downloadsubsurface-33df10cbaa5bd7eb84e54232351cd73739d0a248.tar.gz
QML UI: small clarification
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--mobile-widgets/qml/DiveDetails.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveDetails.qml b/mobile-widgets/qml/DiveDetails.qml
index 31a6ba2ea..4f30ff6cb 100644
--- a/mobile-widgets/qml/DiveDetails.qml
+++ b/mobile-widgets/qml/DiveDetails.qml
@@ -7,7 +7,7 @@ import org.subsurfacedivelog.mobile 1.0
import org.kde.kirigami 1.0 as Kirigami
Kirigami.Page {
- id: diveDetailsPage
+ id: diveDetailsPage // but this is referenced as detailsWindow
property alias currentIndex: diveDetailsListView.currentIndex
property alias currentItem: diveDetailsListView.currentItem
property alias dive_id: detailsEdit.dive_id