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>
This commit is contained in:
Berthold Stoeger 2019-12-05 22:36:09 +01:00 committed by Dirk Hohndel
parent b6f821886b
commit 0fc82e3398
2 changed files with 2 additions and 3 deletions

View file

@ -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: {