Skip to content

Commit 6e7ff28

Browse files
authoredSep 7, 2018
add missing SIP_OUT (#7831)
1 parent 7f63d41 commit 6e7ff28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/auto_generated/qgsmaplayer.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ Import the properties of this layer from a QDomDocument
748748
.. versionadded:: 2.8
749749
%End
750750

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

‎src/core/qgsmaplayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ class CORE_EXPORT QgsMapLayer : public QObject
703703
* \param errorMsg this QString will be initialized on error
704704
* during the execution of writeSymbology
705705
*/
706-
virtual void exportNamedStyle( QDomDocument &doc, QString &errorMsg ) const;
706+
virtual void exportNamedStyle( QDomDocument &doc, QString &errorMsg SIP_OUT ) const;
707707

708708

709709
/**

0 commit comments

Comments
 (0)
Please sign in to comment.