Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored and github-actions[bot] committed Jan 12, 2022
1 parent bf0baed commit 1eeea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geocms/geonode/qgsgeonoderequest.cpp
Expand Up @@ -64,7 +64,7 @@ void QgsGeoNodeRequest::fetchLayers()
QList<QgsGeoNodeRequest::ServiceLayerDetail> layers;
if ( mError.isEmpty() )
{
layers = parseLayers( this->lastResponse() );
layers = parseLayers( lastResponse() );
}
emit layersFetched( layers );
mParsingLayers = false;
Expand Down

0 comments on commit 1eeea29

Please sign in to comment.