summaryrefslogtreecommitdiffstats
path: root/core/gpslocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/gpslocation.h')
-rw-r--r--core/gpslocation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/gpslocation.h b/core/gpslocation.h
index e1b485832..c6e4a7912 100644
--- a/core/gpslocation.h
+++ b/core/gpslocation.h
@@ -52,6 +52,10 @@ private:
void replaceFixToStorage(gpsTracker &gt);
void deleteFixFromStorage(gpsTracker &gt);
void deleteFixesFromServer();
+ enum { UNKNOWN, NOGPS, HAVEGPS } haveSource;
+
+signals:
+ void haveSourceChanged();
public slots:
void serviceEnable(bool toggle);