Skip to content
Permalink
Browse files
Add missing sip bindings
  • Loading branch information
m-kuhn committed Dec 1, 2015
1 parent 2a5d09f commit 95d2271
Showing 1 changed file with 3 additions and 0 deletions.
@@ -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,

0 comments on commit 95d2271

Please sign in to comment.