Skip to content

Commit

Permalink
SIP updates
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jun 1, 2018
1 parent b696e9b commit 6f3be9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions python/core/auto_generated/qgsfeatureiterator.sip.in
Expand Up @@ -214,15 +214,15 @@ Wrapper for iterator of features from vector data provider or vector layer

QgsFeatureIterator();
%Docstring
construct invalid iterator
Construct invalid iterator
%End
QgsFeatureIterator( QgsAbstractFeatureIterator *iter /Transfer/ );
%Docstring
construct a valid iterator
Construct a valid iterator
%End
QgsFeatureIterator( const QgsFeatureIterator &fi );
%Docstring
copy constructor copies the iterator, increases ref.count
Copy constructor copies the iterator, increases ref.count
%End
~QgsFeatureIterator();

Expand Down
4 changes: 0 additions & 4 deletions python/core/auto_generated/qgsprovidermetadata.sip.in
Expand Up @@ -42,10 +42,6 @@ Metadata for provider with direct provider creation function pointer, where
no library is involved.

.. versionadded:: 3.0

.. note::

not available in Python bindings
%End
%MethodCode

Expand Down
2 changes: 0 additions & 2 deletions python/core/auto_generated/qgsproviderregistry.sip.in
Expand Up @@ -184,8 +184,6 @@ Returns a string containing the available protocol drivers
%Docstring
register a new vector data provider from its ``providerMetadata``

:param providerMetadata: QgsProviderMetadata instance describing the new provider

.. note::

ownership of the QgsProviderMetadata instance is transferred to the registry
Expand Down

0 comments on commit 6f3be9f

Please sign in to comment.