Skip to content

Commit

Permalink
Revert API change for updateFields
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Apr 6, 2021
1 parent bf4b0e5 commit b013991
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Expand Up @@ -207,6 +207,10 @@ Returns ``True`` if the specified feature ID has been deleted but not committed.
.. versionadded:: 3.0
%End

void updateFields( QgsFields &fields );
%Docstring
Updates ``fields``
%End


protected slots:
Expand Down
4 changes: 1 addition & 3 deletions src/core/vector/qgsvectorlayereditbuffer.h
Expand Up @@ -186,10 +186,8 @@ class CORE_EXPORT QgsVectorLayerEditBuffer : public QObject

/**
* Updates \a fields
* \note Not available in Python bindings
* \since QGIS 3.18
*/
void updateFields( QgsFields &fields ) SIP_SKIP;
void updateFields( QgsFields &fields );

//QString dumpEditBuffer();

Expand Down

0 comments on commit b013991

Please sign in to comment.