Skip to content

Commit a51d7f5

Browse files
committedOct 23, 2018
Code layout
1 parent 15f4138 commit a51d7f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Cancels the pending query and the parent task.
6262

6363
QString exceptionText() const;
6464
%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
6666

6767
.. versionadded:: 3.4
6868
%End

‎src/core/qgsvirtuallayertask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class CORE_EXPORT QgsVirtualLayerTask : public QgsTask
6969
void cancel() override;
7070

7171
/**
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
7373
* \since QGIS 3.4
7474
*/
7575
QString exceptionText() const;

0 commit comments

Comments
 (0)
Please sign in to comment.