Skip to content

Commit a037f79

Browse files
committed
Add SIP binding for getDefaultZValue
1 parent 6bc9a4a commit a037f79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/gui/qgsmaptoolcapture.sip

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ class QgsMapToolCapture : public QgsMapToolAdvancedDigitizing
6060
*/
6161
void deleteTempRubberBand();
6262

63+
/**
64+
* Return defalut Z value
65+
*/
66+
double getDefaultZValue();
67+
6368
private slots:
6469
void validationFinished();
6570
void currentLayerChanged( QgsMapLayer *layer );

0 commit comments

Comments
 (0)