mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
a481cdc13d
commit
5e9ee9febb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue