Write labeling engine settings in project file

This commit is contained in:
Blottiere Paul 2018-05-14 15:35:36 +01:00
parent d5cec14699
commit 2564cf34c9

View File

@ -1631,6 +1631,7 @@ bool QgsProject::writeProjectFile( const QString &filename )
}
qgisNode.appendChild( layerOrderNode );
mLabelingEngineSettings->writeSettingsToProject( this );
// now add the optional extra properties
@ -1646,8 +1647,6 @@ bool QgsProject::writeProjectFile( const QString &filename )
mMapThemeCollection->writeXml( *doc );
mLabelingEngineSettings->writeSettingsToProject( this );
mTransformContext.writeXml( qgisNode, context );
QDomElement metadataElem = doc->createElement( QStringLiteral( "projectMetadata" ) );