Skip to content

Commit 6e95586

Browse files
pblottierenyalldawson
authored andcommitted
Update python binding
1 parent 9ed3ee0 commit 6e95586

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

python/core/auto_generated/qgsauxiliarystorage.sip.in

+9-2
Original file line numberDiff line numberDiff line change
@@ -288,14 +288,21 @@ Returns the path of the current database used. It may be different from
288288
the target filename if the auxiliary storage is opened in copy mode.
289289
%End
290290

291-
bool saveAs( const QString &filename ) const;
291+
QString errorString() const;
292+
%Docstring
293+
Returns the underlying error string when something went wrong.
294+
295+
.. versionadded:: 3.4
296+
%End
297+
298+
bool saveAs( const QString &filename );
292299
%Docstring
293300
Saves the current database to a new path.
294301

295302
:return: true if everything is saved, false otherwise
296303
%End
297304

298-
bool saveAs( const QgsProject &project ) const;
305+
bool saveAs( const QgsProject &project );
299306
%Docstring
300307
Saves the current database to a new path for a specific project.
301308
Actually, the current filename of the project is used to deduce the

0 commit comments

Comments
 (0)