This commit is contained in:
Alessandro Pasotti 2023-09-30 10:02:02 +02:00
parent 3cac4c0b0b
commit 7bd457b2bd
2 changed files with 3 additions and 3 deletions

View File

@ -703,11 +703,11 @@ For general debug information use :py:func:`QgsMessageLog.logMessage()` instead.
%Docstring
Converts the geometry to the provider type if possible / necessary
:return: the converted geometry or ``None`` if no conversion was necessary or possible
.. note::
The default implementation simply calls the static version of this function.
:return: the converted geometry or ``None`` if no conversion was necessary or possible
%End
void setNativeTypes( const QList<QgsVectorDataProvider::NativeType> &nativeTypes );

View File

@ -680,8 +680,8 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
/**
* Converts the geometry to the provider type if possible / necessary
* \note The default implementation simply calls the static version of this function.
* \returns the converted geometry or NULLPTR if no conversion was necessary or possible
* \note The default implementation simply calls the static version of this function.
*/
QgsGeometry convertToProviderType( const QgsGeometry &geom ) const;