Skip to content

Commit 9ccb1b5

Browse files
pblottierenyalldawson
authored andcommittedOct 7, 2018
Update doc
1 parent 6e95586 commit 9ccb1b5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ the target filename if the auxiliary storage is opened in copy mode.
290290

291291
QString errorString() const;
292292
%Docstring
293-
Returns the underlying error string when something went wrong.
293+
Returns the underlying error string describing potential errors
294+
hapenning in saveAs(). Empty by default.
294295

295296
.. versionadded:: 3.4
296297
%End

‎src/core/qgsauxiliarystorage.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@ class CORE_EXPORT QgsAuxiliaryStorage
320320
QString currentFileName() const;
321321

322322
/**
323-
* Returns the underlying error string when something went wrong.
323+
* Returns the underlying error string describing potential errors
324+
* hapenning in saveAs(). Empty by default.
324325
*
325326
* \since QGIS 3.4
326327
*/

0 commit comments

Comments
 (0)
Please sign in to comment.