Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Since
  • Loading branch information
nyalldawson committed Mar 10, 2021
1 parent def7998 commit fd1c9f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsmaplayerfactory.sip.in
Expand Up @@ -15,7 +15,7 @@ class QgsMapLayerFactory
%Docstring
Contains utility functions for creating map layers.

.. versionadded:: 3.20
.. versionadded:: 3.18.1
%End

%TypeHeaderCode
Expand Down
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsprovidermetadata.sip.in
Expand Up @@ -160,7 +160,7 @@ Returns the provider metadata capabilities.
%Docstring
Returns the provider's capabilities.

.. versionadded:: 3.20
.. versionadded:: 3.18.1
%End

QString library() const /Deprecated/;
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsmaplayerfactory.h
Expand Up @@ -27,7 +27,7 @@
* \ingroup core
* \brief Contains utility functions for creating map layers.
*
* \since QGIS 3.20
* \since QGIS 3.18.1
*/
class CORE_EXPORT QgsMapLayerFactory
{
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsprovidermetadata.h
Expand Up @@ -156,7 +156,7 @@ class CORE_EXPORT QgsProviderMetadata : public QObject
/**
* Provider capabilities
*
* \since QGIS 3.20
* \since QGIS 3.18.1
*/
enum ProviderCapability
{
Expand Down Expand Up @@ -213,7 +213,7 @@ class CORE_EXPORT QgsProviderMetadata : public QObject
/**
* Returns the provider's capabilities.
*
* \since QGIS 3.20
* \since QGIS 3.18.1
*/
virtual QgsProviderMetadata::ProviderCapabilities providerCapabilities() const;

Expand Down

0 comments on commit fd1c9f3

Please sign in to comment.