Update doc

This commit is contained in:
Blottiere Paul 2018-10-01 12:54:18 +01:00 committed by Nyall Dawson
parent 6e95586a1c
commit 9ccb1b579b
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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
*/