Skip to content

Commit

Permalink
Update src/analysis/processing/qgsmetadataalgorithms.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 12, 2024
1 parent 68a8a1b commit 4c3e0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsmetadataalgorithms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ bool QgsCopyLayerMetadataAlgorithm::prepareAlgorithm( const QVariantMap &paramet

mLayerId = targetLayer->id();

targetLayer->setMetadata( *inputLayer->metadata() );
targetLayer->setMetadata( inputLayer->metadata() );
if ( saveAsDefault )
{
bool ok;
Expand Down

0 comments on commit 4c3e0e1

Please sign in to comment.