mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
GPS: add signal to show that a new fix has been acquired
This way if we don't have a current enough position we can wait for a current fix to be acquired. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
82a3d2be95
commit
ca3be8f376
2 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@ private:
|
|||
|
||||
signals:
|
||||
void haveSourceChanged();
|
||||
void acquiredPosition();
|
||||
|
||||
public slots:
|
||||
void serviceEnable(bool toggle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue