mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Merge pull request #4834 from mhugo/fix_attribute_element_sip
Fix QgsAttributeEditorContainer SIP
This commit is contained in:
commit
67c6e8f2b8
@ -147,7 +147,7 @@ class QgsAttributeEditorContainer : QgsAttributeEditorElement
|
||||
|
||||
virtual ~QgsAttributeEditorContainer();
|
||||
|
||||
virtual void addChildElement( QgsAttributeEditorElement *element );
|
||||
virtual void addChildElement( QgsAttributeEditorElement *element /Transfer/ );
|
||||
%Docstring
|
||||
Add a child element to this container. This may be another container, a field or a relation.
|
||||
|
||||
|
@ -185,7 +185,7 @@ class CORE_EXPORT QgsAttributeEditorContainer : public QgsAttributeEditorElement
|
||||
*
|
||||
* \param element The element to add as child
|
||||
*/
|
||||
virtual void addChildElement( QgsAttributeEditorElement *element );
|
||||
virtual void addChildElement( QgsAttributeEditorElement *element SIP_TRANSFER );
|
||||
|
||||
/**
|
||||
* Determines if this container is rendered as collapsible group box or tab in a tabwidget
|
||||
|
Loading…
x
Reference in New Issue
Block a user