Skip to content

Commit

Permalink
More doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Dec 21, 2022
1 parent 644a99d commit f84a0a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/qgsmaplayer.sip.in
Expand Up @@ -1068,9 +1068,9 @@ Saves the properties of this layer to an SLD format file.

:return: a string with any status or error messages

.. versionadded:: 3.30

.. seealso:: :py:func:`loadSldStyle`

.. versionadded:: 3.30
%End

virtual QString loadSldStyle( const QString &uri, bool &resultFlag );
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsmaplayer.h
Expand Up @@ -1168,8 +1168,8 @@ class CORE_EXPORT QgsMapLayer : public QObject
* \param exportContext SLD export context
* \returns a string with any status or error messages
*
* \since QGIS 3.30
* \see loadSldStyle()
* \since QGIS 3.30
*/
virtual QString saveSldStyleV2( const QString &uri, bool &resultFlag, const QgsSldExportContext &exportContext ) const;

Expand Down

0 comments on commit f84a0a8

Please sign in to comment.