diff options
Diffstat (limited to 'qmapwatchlet')
-rw-r--r-- | qmapwatchlet/mapview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |