Fix documentation

This commit is contained in:
Marco Hugentobler 2024-03-25 12:53:56 +01:00 committed by Nyall Dawson
parent 62110c890f
commit ffeb91c2eb
3 changed files with 0 additions and 3 deletions

View File

@ -48,7 +48,6 @@ Loads the QLR from the XML document. New layers are added to given project into
:param rootGroup: the layer tree group to insert the qlr content
:param context: the read write context
:param insertPoint: describes where in rootGroup the qlr layers/groups shall be inserted
:param true: in case of success
:return: - true in case of success
- errorMessage: the returned error message

View File

@ -48,7 +48,6 @@ Loads the QLR from the XML document. New layers are added to given project into
:param rootGroup: the layer tree group to insert the qlr content
:param context: the read write context
:param insertPoint: describes where in rootGroup the qlr layers/groups shall be inserted
:param true: in case of success
:return: - true in case of success
- errorMessage: the returned error message

View File

@ -65,7 +65,6 @@ class CORE_EXPORT QgsLayerDefinition
* \param errorMessage the returned error message
* \param context the read write context
* \param insertPoint describes where in rootGroup the qlr layers/groups shall be inserted
* \param true in case of success
* \return true in case of success
*/
static bool loadLayerDefinition( QDomDocument doc, QgsProject *project, QgsLayerTreeGroup *rootGroup, QString &errorMessage SIP_OUT, QgsReadWriteContext &context, const QgsLayerTreeRegistryBridge::InsertionPoint *insertPoint = nullptr );