Skip to content

Commit 7bd457b

Browse files
committedSep 30, 2023
doxy
1 parent 3cac4c0 commit 7bd457b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎python/core/auto_generated/vector/qgsvectordataprovider.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,11 +703,11 @@ For general debug information use :py:func:`QgsMessageLog.logMessage()` instead.
703703
%Docstring
704704
Converts the geometry to the provider type if possible / necessary
705705

706+
:return: the converted geometry or ``None`` if no conversion was necessary or possible
707+
706708
.. note::
707709

708710
The default implementation simply calls the static version of this function.
709-
710-
:return: the converted geometry or ``None`` if no conversion was necessary or possible
711711
%End
712712

713713
void setNativeTypes( const QList<QgsVectorDataProvider::NativeType> &nativeTypes );

‎src/core/vector/qgsvectordataprovider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,8 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider, public QgsFeat
680680

681681
/**
682682
* Converts the geometry to the provider type if possible / necessary
683-
* \note The default implementation simply calls the static version of this function.
684683
* \returns the converted geometry or NULLPTR if no conversion was necessary or possible
684+
* \note The default implementation simply calls the static version of this function.
685685
*/
686686
QgsGeometry convertToProviderType( const QgsGeometry &geom ) const;
687687

0 commit comments

Comments
 (0)