diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-01-01 17:20:30 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-01 17:26:14 -0800 |
commit | 66cd83a70fcf315f639355eb191c57ca749b7eb4 (patch) | |
tree | dc955d12a5860ad83235d25cd06a1cff4a774df3 /subsurface-core/gpslocation.h | |
parent | a611bb22f7dedd0377397c2e42a2bb9d6e1a4110 (diff) | |
download | subsurface-66cd83a70fcf315f639355eb191c57ca749b7eb4.tar.gz |
Location service: support the concept of waiting for a position
There may be reasons where we want to get the position even if the criteria
aren't met.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/gpslocation.h')
-rw-r--r-- | subsurface-core/gpslocation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/gpslocation.h b/subsurface-core/gpslocation.h index c527fdd2a..0adcfdc29 100644 --- a/subsurface-core/gpslocation.h +++ b/subsurface-core/gpslocation.h @@ -31,6 +31,7 @@ private: QString userAgent; void (*showMessageCB)(const char *msg); static GpsLocation *m_Instance; + bool waitingForPosition; public slots: void serviceEnable(bool toggle); |