We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5d09f commit 95d2271Copy full SHA for 95d2271
python/core/qgstransaction.sip
@@ -37,6 +37,9 @@ class QgsTransaction /Abstract/
37
/** Add layer to the transaction. The layer must not be in edit mode. The transaction must not be active. */
38
bool addLayer( const QString& layerId );
39
40
+ /** Add layer to the transaction. The layer must not be in edit mode. The transaction must not be active. */
41
+ bool addLayer( QgsVectorLayer* layer );
42
+
43
/** Begin transaction
44
* The statement timeout, in seconds, specifies how long an sql statement
45
* is allowed to block QGIS before it is aborted. Statements can block,
0 commit comments