SIP updates

This commit is contained in:
Alessandro Pasotti 2018-05-17 09:16:54 +02:00
parent b696e9b1fd
commit 6f3be9fa3d
3 changed files with 3 additions and 9 deletions

View File

@ -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();

View File

@ -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

View File

@ -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