Skip to content

Commit

Permalink
Fix project loading task never completes when project has embedded la…
Browse files Browse the repository at this point in the history
…yers

Fixes #21012
  • Loading branch information
nyalldawson committed Jan 19, 2019
1 parent bfa9345 commit 7ad4b05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsproject.cpp
Expand Up @@ -915,7 +915,6 @@ bool QgsProject::_getMapLayers( const QDomDocument &doc, QList<QDomNode> &broken
if ( element.attribute( QStringLiteral( "embedded" ) ) == QLatin1String( "1" ) )
{
createEmbeddedLayer( element.attribute( QStringLiteral( "id" ) ), readPath( element.attribute( QStringLiteral( "project" ) ) ), brokenNodes );
continue;
}
else
{
Expand Down

0 comments on commit 7ad4b05

Please sign in to comment.