aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mobile-widgets/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index c73de4667..47b3d8f50 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -84,7 +84,7 @@ Kirigami.ApplicationWindow {
function hideBusyAndConnectModel() { // this is used by QMLManager when done filtering
busy.running = false
- diveList.diveListModel = diveModel
+ diveList.diveListModel = diveTripModel
}
function returnTopPage() {