From bc899047089079dde323e84a57efe46ce6af653d Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 11 May 2013 16:10:50 +0200 Subject: add the liveview paint engine --- qmapwatchlet/mapview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmapwatchlet') diff --git a/qmapwatchlet/mapview.cpp b/qmapwatchlet/mapview.cpp index 5972e07..3a0e902 100644 --- a/qmapwatchlet/mapview.cpp +++ b/qmapwatchlet/mapview.cpp @@ -265,7 +265,7 @@ void MapView::handleCurrentLocationNameSearchFinished() void MapView::handleCurrentLocationNameSearchError(QGeoSearchReply::Error error, const QString &errorString) { - qWarning() << "Current location name search error: " << errorString; + qWarning() << "Current location name search error: " << error << errorString; if (_searchReply) { _searchReply->deleteLater(); _searchReply = 0; -- cgit v1.2.3