File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
python/core/auto_generated Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,8 @@ the target filename if the auxiliary storage is opened in copy mode.
290
290
291
291
QString errorString() const;
292
292
%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.
294
295
295
296
.. versionadded:: 3.4
296
297
%End
Original file line number Diff line number Diff line change @@ -320,7 +320,8 @@ class CORE_EXPORT QgsAuxiliaryStorage
320
320
QString currentFileName () const ;
321
321
322
322
/* *
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.
324
325
*
325
326
* \since QGIS 3.4
326
327
*/
You can’t perform that action at this time.
0 commit comments