aboutsummaryrefslogtreecommitdiffstats
path: root/core/gpslocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/gpslocation.cpp')
-rw-r--r--core/gpslocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gpslocation.cpp b/core/gpslocation.cpp
index 8595cc45d..b56cb7b8c 100644
--- a/core/gpslocation.cpp
+++ b/core/gpslocation.cpp
@@ -111,7 +111,7 @@ QString GpsLocation::currentPosition()
// ok, we need to get the current position and somehow in the callback update the location in the QML UI
// punting right now
waitingForPosition = true;
- return QString("waiting for the next gps location");
+ return GPS_CURRENT_POS;
}
void GpsLocation::newPosition(QGeoPositionInfo pos)