Skip to content

Commit

Permalink
Fix since
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 21, 2021
1 parent 89d58dc commit 2430173
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -282,7 +282,7 @@ The optional ``feedback`` argument can be used to provide cancellation support f
and is used to collate a combined layer of all providers which support the URI (e.g. in the case that a URI may be readable by multiple
different providers).

.. versionadded:: 3.20
.. versionadded:: 3.22
%End

virtual QgsDataProvider *createProvider( const QString &uri,
Expand Down
Expand Up @@ -522,7 +522,7 @@ The optional ``flags`` argument can be used to control the behavior of the query

The optional ``feedback`` argument can be used to provide cancellation support for long-running queries.

.. versionadded:: 3.20
.. versionadded:: 3.22
%End

QString fileVectorFilters() const;
Expand Down
2 changes: 1 addition & 1 deletion src/core/providers/qgsprovidermetadata.h
Expand Up @@ -338,7 +338,7 @@ class CORE_EXPORT QgsProviderMetadata : public QObject
* and is used to collate a combined layer of all providers which support the URI (e.g. in the case that a URI may be readable by multiple
* different providers).
*
* \since QGIS 3.20
* \since QGIS 3.22
*/
virtual QList< QgsProviderSublayerDetails > querySublayers( const QString &uri, Qgis::SublayerQueryFlags flags = Qgis::SublayerQueryFlags(), QgsFeedback *feedback = nullptr ) const;

Expand Down
2 changes: 1 addition & 1 deletion src/core/providers/qgsproviderregistry.h
Expand Up @@ -554,7 +554,7 @@ class CORE_EXPORT QgsProviderRegistry
*
* The optional \a feedback argument can be used to provide cancellation support for long-running queries.
*
* \since QGIS 3.20
* \since QGIS 3.22
*/
QList< QgsProviderSublayerDetails > querySublayers( const QString &uri, Qgis::SublayerQueryFlags flags = Qgis::SublayerQueryFlags(), QgsFeedback *feedback = nullptr ) const;

Expand Down

0 comments on commit 2430173

Please sign in to comment.