From a037f7917680cfc39a7ddd0dc33f348c24c38eda Mon Sep 17 00:00:00 2001 From: alisovenko Date: Mon, 26 Dec 2016 18:52:46 +0300 Subject: [PATCH] Add SIP binding for getDefaultZValue --- python/gui/qgsmaptoolcapture.sip | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python/gui/qgsmaptoolcapture.sip b/python/gui/qgsmaptoolcapture.sip index 7ebd3a50d06..998523a2f74 100644 --- a/python/gui/qgsmaptoolcapture.sip +++ b/python/gui/qgsmaptoolcapture.sip @@ -60,6 +60,11 @@ class QgsMapToolCapture : public QgsMapToolAdvancedDigitizing */ void deleteTempRubberBand(); + /** + * Return defalut Z value + */ + double getDefaultZValue(); + private slots: void validationFinished(); void currentLayerChanged( QgsMapLayer *layer );