mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Add missing sip bindings
This commit is contained in:
parent
2a5d09f395
commit
95d227176b
@ -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. */
|
/** Add layer to the transaction. The layer must not be in edit mode. The transaction must not be active. */
|
||||||
bool addLayer( const QString& layerId );
|
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
|
/** Begin transaction
|
||||||
* The statement timeout, in seconds, specifies how long an sql statement
|
* The statement timeout, in seconds, specifies how long an sql statement
|
||||||
* is allowed to block QGIS before it is aborted. Statements can block,
|
* is allowed to block QGIS before it is aborted. Statements can block,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user