summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/esri/placesearchreply_esri.cpp
diff options
context:
space:
mode:
authorLars Schmertmann <Lars.Schmertmann@governikus.de>2020-06-27 12:54:03 +0200
committerLars Schmertmann <Lars.Schmertmann@governikus.de>2020-06-29 14:37:28 +0200
commit1da76e21a0a39295c4ff41f8f268dc0eb854a482 (patch)
tree47c695748448fd44a4ea654ebc938bf95fd41a06 /src/plugins/geoservices/esri/placesearchreply_esri.cpp
parent76c0963f280484adaf859958b7d7017ddc4dc5da (diff)
downloadqtlocation-1da76e21a0a39295c4ff41f8f268dc0eb854a482.tar.gz
Add ; to Q_UNUSED
This is required to remove the ; from the macro with Qt 6. Task-number: QTBUG-82978 Change-Id: I1aaf36e893b8f947abd0770acd9d3007cffdcb10 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/plugins/geoservices/esri/placesearchreply_esri.cpp')
-rw-r--r--src/plugins/geoservices/esri/placesearchreply_esri.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/esri/placesearchreply_esri.cpp b/src/plugins/geoservices/esri/placesearchreply_esri.cpp
index 72c080f5..a35c9964 100644
--- a/src/plugins/geoservices/esri/placesearchreply_esri.cpp
+++ b/src/plugins/geoservices/esri/placesearchreply_esri.cpp
@@ -143,7 +143,7 @@ void PlaceSearchReplyEsri::replyFinished()
void PlaceSearchReplyEsri::networkError(QNetworkReply::NetworkError error)
{
- Q_UNUSED(error)
+ Q_UNUSED(error);
QNetworkReply *reply = static_cast<QNetworkReply *>(sender());
reply->deleteLater();
setError(QPlaceReply::CommunicationError, reply->errorString());