mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
a611bb22f7
commit
66cd83a70f
2 changed files with 5 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ private:
|
|||
QString userAgent;
|
||||
void (*showMessageCB)(const char *msg);
|
||||
static GpsLocation *m_Instance;
|
||||
bool waitingForPosition;
|
||||
|
||||
public slots:
|
||||
void serviceEnable(bool toggle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue