We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c407d68 commit f1c4547Copy full SHA for f1c4547
src/app/qgisapp.h
@@ -216,7 +216,7 @@ class QgisApp : public QMainWindow
216
QAction *actionEditSeparator1() { return mActionEditSeparator1; }
217
QAction *actionCapturePoint() { return mActionCapturePoint; }
218
QAction *actionCaptureLine() { return mActionCaptureLine; }
219
- QAction *actionCapturePologon() { return mActionCapturePolygon; }
+ QAction *actionCapturePolygon() { return mActionCapturePolygon; }
220
QAction *actionDeleteSelected() { return mActionDeleteSelected; }
221
QAction *actionMoveFeature() { return mActionMoveFeature; }
222
QAction *actionSplitFeatures() { return mActionSplitFeatures; }
0 commit comments