Skip to content

Commit

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

Fixes #21012

(cherry picked from commit 7ad4b05)
  • Loading branch information
nyalldawson committed Jan 21, 2019
1 parent d424ecc commit 6584fb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsproject.cpp
Expand Up @@ -892,7 +892,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 6584fb2

Please sign in to comment.