Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Revert API change for updateFields
- Loading branch information
|
@@ -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: |
|
|
|
@@ -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(); |
|
|
|
|
|