Navigation Menu

Skip to content

Commit

Permalink
Code layout
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 23, 2018
1 parent 15f4138 commit a51d7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsvirtuallayertask.sip.in
Expand Up @@ -62,7 +62,7 @@ Cancels the pending query and the parent task.

QString exceptionText() const;
%Docstring
Return the exception text or an empty string if no exceptions were raised
Returns the exception text or an empty string if no exceptions were raised

.. versionadded:: 3.4
%End
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvirtuallayertask.h
Expand Up @@ -69,7 +69,7 @@ class CORE_EXPORT QgsVirtualLayerTask : public QgsTask
void cancel() override;

/**
* Return the exception text or an empty string if no exceptions were raised
* Returns the exception text or an empty string if no exceptions were raised
* \since QGIS 3.4
*/
QString exceptionText() const;
Expand Down

0 comments on commit a51d7f5

Please sign in to comment.