diff options
| author | 2017-03-18 14:19:18 -0700 | |
|---|---|---|
| committer | 2017-03-18 17:05:45 -0700 | |
| commit | 33df10cbaa5bd7eb84e54232351cd73739d0a248 (patch) | |
| tree | cde59cd92acd62395cdf7dfb9d71c71e26cf558d /mobile-widgets/qml | |
| parent | 2e2ccc1c521daa7b750c5b0d4b351adc4182fd57 (diff) | |
| download | subsurface-33df10cbaa5bd7eb84e54232351cd73739d0a248.tar.gz | |
QML UI: small clarification
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml')
| -rw-r--r-- | mobile-widgets/qml/DiveDetails.qml | 2 |
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 |