This commit is contained in:
signedav 2018-08-02 14:33:35 +02:00
parent 9218c26070
commit 5a01074d75
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -288,7 +288,7 @@ class CORE_EXPORT QgsEditFormConfig
/**
* Deserialize drag and drop designer elements.
*/
QgsAttributeEditorElement *attributeEditorElementFromDomElement( QDomElement &elem, QgsAttributeEditorElement *parent, const QString &layerId = nullptr );
QgsAttributeEditorElement *attributeEditorElementFromDomElement( QDomElement &elem, QgsAttributeEditorElement *parent, const QString &layerId = QString() );
/**
* Create a new edit form config. Normally invoked by QgsVectorLayer

View File

@ -1,10 +1,10 @@
/***************************************************************************
qgstranslationcontext.cpp - %{Cpp:License:ClassName}
qgstranslationcontext.cpp
---------------------
begin : 23.5.2018
copyright : (C) 2018 by david
email : [your-email-here]
copyright : (C) 2018 by David Signer
email : david at opengis dot ch
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *