mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
Fix documentation
This commit is contained in:
parent
62110c890f
commit
ffeb91c2eb
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user