From 38a784f5af3e19936df29e93b70a66e3741f8ea8 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sat, 14 Nov 2020 17:42:59 +0100 Subject: desktop: automatically reload completion-models Instead of programatically reload the completion models, listen to the relevant signals in the models. To that goal, derive all the models from a base class. Signed-off-by: Berthold Stoeger --- mobile-widgets/qmlmanager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index 12dad8086..10f6f11e5 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -452,9 +452,9 @@ void QMLManager::selectSwipeRow(int row) void QMLManager::updateAllGlobalLists() { - buddyModel.updateModel(); emit buddyListChanged(); - suitModel.updateModel(); emit suitListChanged(); - divemasterModel.updateModel(); emit divemasterListChanged(); + emit buddyListChanged(); + emit suitListChanged(); + emit divemasterListChanged(); // TODO: It would be nice if we could export the list of locations via model/view instead of a Q_PROPERTY emit locationListChanged(); } -- cgit v1.2.3-70-g09d2