File tree 1 file changed +9
-2
lines changed
python/core/auto_generated
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -288,14 +288,21 @@ Returns the path of the current database used. It may be different from
288
288
the target filename if the auxiliary storage is opened in copy mode.
289
289
%End
290
290
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 );
292
299
%Docstring
293
300
Saves the current database to a new path.
294
301
295
302
:return: true if everything is saved, false otherwise
296
303
%End
297
304
298
- bool saveAs( const QgsProject &project ) const ;
305
+ bool saveAs( const QgsProject &project );
299
306
%Docstring
300
307
Saves the current database to a new path for a specific project.
301
308
Actually, the current filename of the project is used to deduce the
You can’t perform that action at this time.
0 commit comments