File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/core/auto_generated Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ Import the properties of this layer from a QDomDocument
748
748
.. versionadded:: 2.8
749
749
%End
750
750
751
- virtual void exportNamedStyle( QDomDocument &doc, QString &errorMsg ) const;
751
+ virtual void exportNamedStyle( QDomDocument &doc, QString &errorMsg /Out/ ) const;
752
752
%Docstring
753
753
Export the properties of this layer as named style in a QDomDocument
754
754
Original file line number Diff line number Diff line change @@ -703,7 +703,7 @@ class CORE_EXPORT QgsMapLayer : public QObject
703
703
* \param errorMsg this QString will be initialized on error
704
704
* during the execution of writeSymbology
705
705
*/
706
- virtual void exportNamedStyle ( QDomDocument &doc, QString &errorMsg ) const ;
706
+ virtual void exportNamedStyle ( QDomDocument &doc, QString &errorMsg SIP_OUT ) const ;
707
707
708
708
709
709
/* *
You can’t perform that action at this time.
0 commit comments