aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DiveList.qml
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-12-05 22:36:09 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-10 09:25:57 -0700
commit0fc82e33987ec982d6a49440dcc28e17782d6ed7 (patch)
treed7d441a69ac35617d174a64bdda5d5043bfb4c40 /mobile-widgets/qml/DiveList.qml
parentb6f821886b2ed29230d08357df5c09ee66f7cc8d (diff)
downloadsubsurface-0fc82e33987ec982d6a49440dcc28e17782d6ed7.tar.gz
mobile/divelist: switch to the correct model
This obviously breaks everything, but now we can start fixing things. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r--mobile-widgets/qml/DiveList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index db78f1de6..0aa3772e7 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -13,7 +13,7 @@ Kirigami.ScrollablePage {
title: qsTr("Dive list")
verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff
property int horizontalPadding: Kirigami.Units.gridUnit / 2 - Kirigami.Units.smallSpacing + 1
- property QtObject diveListModel: mobileListModel
+ property QtObject diveListModel: diveModel
supportsRefreshing: true
onRefreshingChanged: {