Navigation Menu

Skip to content

Commit

Permalink
add missing SIP_OUT (#7831)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 7, 2018
1 parent 7f63d41 commit 6e7ff28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsmaplayer.sip.in
Expand Up @@ -748,7 +748,7 @@ Import the properties of this layer from a QDomDocument
.. versionadded:: 2.8
%End

virtual void exportNamedStyle( QDomDocument &doc, QString &errorMsg ) const;
virtual void exportNamedStyle( QDomDocument &doc, QString &errorMsg /Out/ ) const;
%Docstring
Export the properties of this layer as named style in a QDomDocument

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsmaplayer.h
Expand Up @@ -703,7 +703,7 @@ class CORE_EXPORT QgsMapLayer : public QObject
* \param errorMsg this QString will be initialized on error
* during the execution of writeSymbology
*/
virtual void exportNamedStyle( QDomDocument &doc, QString &errorMsg ) const;
virtual void exportNamedStyle( QDomDocument &doc, QString &errorMsg SIP_OUT ) const;


/**
Expand Down

0 comments on commit 6e7ff28

Please sign in to comment.