summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoroutereply.cpp
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2011-06-28 16:02:30 +1000
committerAlex <qt-info@nokia.com>2011-06-28 16:02:30 +1000
commit55083251ba35b95481a9ccb92157ffb2fd0bd955 (patch)
tree6e8cad6cfbaae32e399cc29ad9764efeaa844a28 /src/location/maps/qgeoroutereply.cpp
parentd6c640d820f90edb329c2e5c8878a38fe79f2de7 (diff)
downloadqtlocation-55083251ba35b95481a9ccb92157ffb2fd0bd955.tar.gz
remove compiler warnings caused by ASCII conversions
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) {}