From 5e9ee9febb595ced1699e1f60a659e01266ec7e9 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 27 Sep 2021 08:42:50 -0700 Subject: mobile: restore dev_info display In commit 105b60389c ("mobile: remove GpsLocation reference from qmlmanager") I was a bit careless with the code removal and unintentionally also removed the initialization of the progress callback. With this change the updates from the download process are once again shown on screen in the mobile app. Signed-off-by: Dirk Hohndel --- mobile-widgets/qmlmanager.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index 41be77f59..7e8bc06f5 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -292,6 +292,7 @@ QMLManager::QMLManager() : connect(&btDiscovery->localBtDevice, &QBluetoothLocalDevice::hostModeStateChanged, this, &QMLManager::btHostModeChange); } + progress_callback = &progressCallback; set_git_update_cb(&gitProgressCB); // present dive site lists sorted by name -- cgit v1.2.3-70-g09d2