Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix dox
  • Loading branch information
nyalldawson committed Jul 1, 2021
1 parent 1355b39 commit 7dec305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -45,7 +45,7 @@ specified ``uri``.

QList<QgsProviderSublayerDetails> results() const;
%Docstring
Return the sublayer details as calculated by the task.
Returns the sublayer details as calculated by the task.
%End

virtual bool run();
Expand Down
2 changes: 1 addition & 1 deletion src/core/providers/qgsprovidersublayertask.h
Expand Up @@ -57,7 +57,7 @@ class CORE_EXPORT QgsProviderSublayerTask : public QgsTask
~QgsProviderSublayerTask() override;

/**
* Return the sublayer details as calculated by the task.
* Returns the sublayer details as calculated by the task.
*/
QList<QgsProviderSublayerDetails> results() const;

Expand Down

0 comments on commit 7dec305

Please sign in to comment.