mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: replace locationProvider with calls to GpsLocation::instance()
This makes it more obvious what we are doing. And won't make any difference from a performance perspective. Also converted the last call to connect using the old syntax to the new syntax. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5048a695aa
commit
c6f134a9b1
2 changed files with 14 additions and 16 deletions
|
@ -254,7 +254,6 @@ private:
|
|||
bool m_verboseEnabled;
|
||||
bool m_diveListProcessing;
|
||||
bool m_initialized;
|
||||
GpsLocation *locationProvider;
|
||||
bool m_loadFromCloud;
|
||||
static QMLManager *m_instance;
|
||||
QString m_notificationText;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue