From 7bd457b2bdd8cdd1dcfe247f70b70e89b7f073cd Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Sat, 30 Sep 2023 10:02:02 +0200 Subject: [PATCH] doxy --- .../core/auto_generated/vector/qgsvectordataprovider.sip.in | 4 ++-- src/core/vector/qgsvectordataprovider.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/core/auto_generated/vector/qgsvectordataprovider.sip.in b/python/core/auto_generated/vector/qgsvectordataprovider.sip.in index 3e828ae30e4..733976f4aea 100644 --- a/python/core/auto_generated/vector/qgsvectordataprovider.sip.in +++ b/python/core/auto_generated/vector/qgsvectordataprovider.sip.in @@ -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 &nativeTypes ); diff --git a/src/core/vector/qgsvectordataprovider.h b/src/core/vector/qgsvectordataprovider.h index 28890386c44..4d6727f7400 100644 --- a/src/core/vector/qgsvectordataprovider.h +++ b/src/core/vector/qgsvectordataprovider.h @@ -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;