diff options
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r-- | mobile-widgets/qmlmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index ff09661c6..70fd59f2b 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -236,6 +236,8 @@ private: QString m_progressMessage; bool m_btEnabled; void updateAllGlobalLists(); + void updateSiteList(); + void setupDivesite(struct dive *d, struct dive_site *ds, double lat, double lon, const char *locationtext); QString m_pluggedInDeviceName; bool m_showNonDiveComputers; struct dive *m_copyPasteDive = NULL; |