mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
9310d72943
commit
568a8d6254
2 changed files with 2 additions and 9 deletions
|
|
@ -263,7 +263,6 @@ private:
|
|||
QString m_progressMessage;
|
||||
bool m_btEnabled;
|
||||
void updateAllGlobalLists();
|
||||
void updateSiteList();
|
||||
|
||||
location_t getGps(QString &gps);
|
||||
QString m_pluggedInDeviceName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue