diff options
Diffstat (limited to 'qt-mobile/qml/DiveList.qml')
-rw-r--r-- | qt-mobile/qml/DiveList.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/DiveList.qml b/qt-mobile/qml/DiveList.qml index 12c36b0c8..abf60036f 100644 --- a/qt-mobile/qml/DiveList.qml +++ b/qt-mobile/qml/DiveList.qml @@ -28,6 +28,7 @@ MobileComponents.Page { diveListView.currentIndex = model.index detailsWindow.width = parent.width detailsWindow.location = location + detailsWindow.gps = gps detailsWindow.dive_id = id detailsWindow.diveNumber = diveNumber detailsWindow.duration = duration |