Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Aug 7, 2018
1 parent 9218c26 commit 5a01074
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgseditformconfig.sip.in
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgseditformconfig.h
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/core/qgstranslationcontext.cpp
@@ -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 *
Expand Down

0 comments on commit 5a01074

Please sign in to comment.