Skip to content

Commit 5a01074

Browse files
committed
fixes
1 parent 9218c26 commit 5a01074

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

python/core/auto_generated/qgseditformconfig.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Write XML information
264264
Serialize on project save
265265
%End
266266

267-
QgsAttributeEditorElement *attributeEditorElementFromDomElement( QDomElement &elem, QgsAttributeEditorElement *parent, const QString &layerId = 0 );
267+
QgsAttributeEditorElement *attributeEditorElementFromDomElement( QDomElement &elem, QgsAttributeEditorElement *parent, const QString &layerId = QString() );
268268
%Docstring
269269
Deserialize drag and drop designer elements.
270270
%End

src/core/qgseditformconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class CORE_EXPORT QgsEditFormConfig
288288
/**
289289
* Deserialize drag and drop designer elements.
290290
*/
291-
QgsAttributeEditorElement *attributeEditorElementFromDomElement( QDomElement &elem, QgsAttributeEditorElement *parent, const QString &layerId = nullptr );
291+
QgsAttributeEditorElement *attributeEditorElementFromDomElement( QDomElement &elem, QgsAttributeEditorElement *parent, const QString &layerId = QString() );
292292

293293
/**
294294
* Create a new edit form config. Normally invoked by QgsVectorLayer

src/core/qgstranslationcontext.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/***************************************************************************
2-
qgstranslationcontext.cpp - %{Cpp:License:ClassName}
2+
qgstranslationcontext.cpp
33
44
---------------------
55
begin : 23.5.2018
6-
copyright : (C) 2018 by david
7-
email : [your-email-here]
6+
copyright : (C) 2018 by David Signer
7+
email : david at opengis dot ch
88
***************************************************************************
99
* *
1010
* This program is free software; you can redistribute it and/or modify *

0 commit comments

Comments
 (0)