From ca3be8f376784cedbcf9c2bf8b11d2764f82036e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 14 Apr 2018 11:07:41 -0700 Subject: 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 --- core/gpslocation.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/gpslocation.h') diff --git a/core/gpslocation.h b/core/gpslocation.h index 4d48acd59..fb4f4c802 100644 --- a/core/gpslocation.h +++ b/core/gpslocation.h @@ -59,6 +59,7 @@ private: signals: void haveSourceChanged(); + void acquiredPosition(); public slots: void serviceEnable(bool toggle); -- cgit v1.2.3-70-g09d2