summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoroutereply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoroutereply.cpp')
-rw-r--r--src/location/maps/qgeoroutereply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeoroutereply.cpp b/src/location/maps/qgeoroutereply.cpp
index f4c0e840..a741c6f4 100644
--- a/src/location/maps/qgeoroutereply.cpp
+++ b/src/location/maps/qgeoroutereply.cpp
@@ -255,7 +255,7 @@ void QGeoRouteReply::abort()
QGeoRouteReplyPrivate::QGeoRouteReplyPrivate(const QGeoRouteRequest &request)
: error(QGeoRouteReply::NoError),
- errorString(""),
+ errorString(QLatin1String("")),
isFinished(false),
request(request) {}