Skip to content

Commit

Permalink
Fix build against QGIS master
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored and github-actions[bot] committed Mar 8, 2024
1 parent b2ed1ff commit 28e2ec4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/peliasgeocoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ QList<QgsGeocoderResult> PeliasGeocoder::geocodeString( const QString &string, c
}

QNetworkRequest request( url );
QgsSetRequestInitiatorClass( request, QStringLiteral( "PeliasGeocoder" ) );

QgsBlockingNetworkRequest newReq;
const QgsBlockingNetworkRequest::ErrorCode errorCode = newReq.get( request, false, feedback );
Expand Down

0 comments on commit 28e2ec4

Please sign in to comment.