mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
missing annotation and fix warning
This commit is contained in:
parent
8d073ce53e
commit
736e303d30
@ -143,7 +143,7 @@ class QgsLayerTree : QgsLayerTreeGroup
|
||||
|
||||
virtual void writeXml( QDomElement &parentElement );
|
||||
|
||||
virtual QgsLayerTree *clone() const;
|
||||
virtual QgsLayerTree *clone() const /Factory/;
|
||||
|
||||
void clear();
|
||||
%Docstring
|
||||
|
@ -183,7 +183,7 @@ class CORE_EXPORT QgsLayerTree : public QgsLayerTreeGroup
|
||||
|
||||
virtual void writeXml( QDomElement &parentElement ) override;
|
||||
|
||||
virtual QgsLayerTree *clone() const override;
|
||||
virtual QgsLayerTree *clone() const override SIP_FACTORY;
|
||||
|
||||
/**
|
||||
* Clear any information from this layer tree.
|
||||
|
Loading…
x
Reference in New Issue
Block a user