File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/core/auto_generated Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Cancels the pending query and the parent task.
62
62
63
63
QString exceptionText() const;
64
64
%Docstring
65
- Return the exception text or an empty string if no exceptions were raised
65
+ Returns the exception text or an empty string if no exceptions were raised
66
66
67
67
.. versionadded:: 3.4
68
68
%End
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ class CORE_EXPORT QgsVirtualLayerTask : public QgsTask
69
69
void cancel () override ;
70
70
71
71
/* *
72
- * Return the exception text or an empty string if no exceptions were raised
72
+ * Returns the exception text or an empty string if no exceptions were raised
73
73
* \since QGIS 3.4
74
74
*/
75
75
QString exceptionText () const ;
You can’t perform that action at this time.
0 commit comments