Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
0 additions
and
8 deletions.
-
+0
−8
src/app/qgsmaptooladdfeature.h
|
@@ -27,14 +27,6 @@ class APP_EXPORT QgsMapToolAddFeature : public QgsMapToolDigitizeFeature |
|
|
|
|
|
void digitized( QgsFeature &f ) override; |
|
|
|
|
|
protected: |
|
|
|
|
|
/** |
|
|
* Check if CaptureMode matches layer type. Default is true. |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
bool checkGeometryType() const; |
|
|
|
|
|
private: |
|
|
|
|
|
/** |
|
|