diff options
Diffstat (limited to 'core/gpslocation.h')
-rw-r--r-- | core/gpslocation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/gpslocation.h b/core/gpslocation.h index 82b51a291..e1b485832 100644 --- a/core/gpslocation.h +++ b/core/gpslocation.h @@ -10,6 +10,8 @@ #include <QNetworkReply> #include <QMap> +#define GPS_CURRENT_POS QObject::tr("Waiting to aquire GPS location") + struct gpsTracker { degrees_t latitude; degrees_t longitude; |