Add missing sip bindings

This commit is contained in:
Matthias Kuhn 2015-12-01 09:20:00 +01:00
parent 2a5d09f395
commit 95d227176b

View File

@ -37,6 +37,9 @@ class QgsTransaction /Abstract/
/** Add layer to the transaction. The layer must not be in edit mode. The transaction must not be active. */
bool addLayer( const QString& layerId );
/** Add layer to the transaction. The layer must not be in edit mode. The transaction must not be active. */
bool addLayer( QgsVectorLayer* layer );
/** Begin transaction
* The statement timeout, in seconds, specifies how long an sql statement
* is allowed to block QGIS before it is aborted. Statements can block,