diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-03-18 19:55:28 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-18 13:27:16 -0700 |
commit | 568a8d62542718ce78df317a3752d87513c13378 (patch) | |
tree | 07f401a65de6eec10fe85282cac8979c9d81aaa5 /mobile-widgets/qmlmanager.h | |
parent | 9310d72943390f95d6742c2d5b40f025a40b4008 (diff) | |
download | subsurface-568a8d62542718ce78df317a3752d87513c13378.tar.gz |
mobile: remove QMLManager::updateSiteList()
The location information model is updated automatically by the
divelist-model and the undo commands. Therefore remove the
QMLManager::updateSiteList() function. We do have to keep
the locationListChanged() signal though, because the list
of dive sites is not exported via model/view but rather via
a Q_PROPERTY. We really should change that.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r-- | mobile-widgets/qmlmanager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index 398da0454..73fa7917c 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -263,7 +263,6 @@ private: QString m_progressMessage; bool m_btEnabled; void updateAllGlobalLists(); - void updateSiteList(); location_t getGps(QString &gps); QString m_pluggedInDeviceName; |