add missing sip file

This commit is contained in:
Denis Rouzaud 2018-08-02 14:14:11 +02:00 committed by signedav
parent 1433de1067
commit 048ff3f0c8

View File

@ -264,7 +264,7 @@ Write XML information
Serialize on project save
%End
QgsAttributeEditorElement *attributeEditorElementFromDomElement( QDomElement &elem, QgsAttributeEditorElement *parent );
QgsAttributeEditorElement *attributeEditorElementFromDomElement( QDomElement &elem, QgsAttributeEditorElement *parent, const QString &layerId = 0 );
%Docstring
Deserialize drag and drop designer elements.
%End