Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere authored and nyalldawson committed Oct 7, 2018
1 parent 6e95586 commit 9ccb1b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion python/core/auto_generated/qgsauxiliarystorage.sip.in
Expand Up @@ -290,7 +290,8 @@ the target filename if the auxiliary storage is opened in copy mode.

QString errorString() const;
%Docstring
Returns the underlying error string when something went wrong.
Returns the underlying error string describing potential errors
hapenning in saveAs(). Empty by default.

.. versionadded:: 3.4
%End
Expand Down
3 changes: 2 additions & 1 deletion src/core/qgsauxiliarystorage.h
Expand Up @@ -320,7 +320,8 @@ class CORE_EXPORT QgsAuxiliaryStorage
QString currentFileName() const;

/**
* Returns the underlying error string when something went wrong.
* Returns the underlying error string describing potential errors
* hapenning in saveAs(). Empty by default.
*
* \since QGIS 3.4
*/
Expand Down

0 comments on commit 9ccb1b5

Please sign in to comment.