mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-02 00:02:12 -05:00
Write labeling engine settings in project file
This commit is contained in:
parent
d5cec14699
commit
2564cf34c9
@ -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" ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user