summaryrefslogtreecommitdiffstats
path: root/qt-mobile/DiveList.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-27 12:26:51 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-27 12:26:51 -0700
commit4b29cc21fb0c52a0c87b6efc94cbc869567228c9 (patch)
tree2129ee66ea96fd8b840517c6e50f8fa2864c776d /qt-mobile/DiveList.qml
parent16c6ff008916c81c2b72d54fb7993b78ed590617 (diff)
downloadsubsurface-4b29cc21fb0c52a0c87b6efc94cbc869567228c9.tar.gz
QML UI: show dive number and date in the detail view
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/DiveList.qml')
-rw-r--r--qt-mobile/DiveList.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/DiveList.qml b/qt-mobile/DiveList.qml
index 52cdc20f5..acf123011 100644
--- a/qt-mobile/DiveList.qml
+++ b/qt-mobile/DiveList.qml
@@ -40,6 +40,8 @@ Rectangle {
detailsWindow.watertemp = watertemp
detailsWindow.divemaster = divemaster
detailsWindow.notes = notes
+ detailsWindow.number = diveNumber
+ detailsWindow.date = date
stackView.push(detailsWindow)
}
}