Navigation Menu

Skip to content

Commit

Permalink
Fix api
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 26, 2021
1 parent 136faab commit ff302ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -35,7 +35,7 @@ possible, regardless of how expensive this may be.
%End
public:

QgsProviderSublayerTask( const QString &uri, bool includeSystemTables );
QgsProviderSublayerTask( const QString &uri, bool includeSystemTables = false );
%Docstring
Constructor for QgsProviderSublayerTask, which retrieves sublayer details for the
specified ``uri``.
Expand Down
2 changes: 1 addition & 1 deletion src/core/providers/qgsprovidersublayertask.h
Expand Up @@ -53,7 +53,7 @@ class CORE_EXPORT QgsProviderSublayerTask : public QgsTask
* Constructor for QgsProviderSublayerTask, which retrieves sublayer details for the
* specified \a uri.
*/
QgsProviderSublayerTask( const QString &uri, bool includeSystemTables );
QgsProviderSublayerTask( const QString &uri, bool includeSystemTables = false );

~QgsProviderSublayerTask() override;

Expand Down

0 comments on commit ff302ca

Please sign in to comment.