mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
fixes
This commit is contained in:
parent
9218c26070
commit
5a01074d75
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user