Skip to content

Commit c3066c2

Browse files
committedSep 26, 2018
Cleanup
1 parent 0e32807 commit c3066c2

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed
 

‎python/core/auto_generated/qgsvectorlayer.sip.in

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,16 +2397,6 @@ Is emitted, when editing on this layer has started
23972397
void editingStopped();
23982398
%Docstring
23992399
Is emitted, when edited changes successfully have been written to the data provider
2400-
%End
2401-
2402-
void canCommitChanges( bool *canCommit );
2403-
%Docstring
2404-
Emitted when a layer wants to commit changes to the data provider.
2405-
Can be used to prevent the layer from being saved by setting ``canCommit`` to false.
2406-
2407-
It is the developers responsibility to inform the user about this in a suitable manner.
2408-
2409-
.. versionadded:: 3.4
24102400
%End
24112401

24122402
void beforeCommitChanges();

‎src/core/qgsvectorlayer.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2157,16 +2157,6 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
21572157
//! Is emitted, when edited changes successfully have been written to the data provider
21582158
void editingStopped();
21592159

2160-
/**
2161-
* Emitted when a layer wants to commit changes to the data provider.
2162-
* Can be used to prevent the layer from being saved by setting \a canCommit to false.
2163-
*
2164-
* It is the developers responsibility to inform the user about this in a suitable manner.
2165-
*
2166-
* \since QGIS 3.4
2167-
*/
2168-
void canCommitChanges( bool *canCommit );
2169-
21702160
//! Is emitted, before changes are committed to the data provider
21712161
void beforeCommitChanges();
21722162

0 commit comments

Comments
 (0)
Please sign in to comment.