From 55083251ba35b95481a9ccb92157ffb2fd0bd955 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 28 Jun 2011 16:02:30 +1000 Subject: remove compiler warnings caused by ASCII conversions --- src/location/maps/qgeoroutereply.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/location/maps/qgeoroutereply.cpp') 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) {} -- cgit v1.2.1