File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ class QgisInterface : QObject
157
157
virtual QAction *actionEditSeparator1() = 0;
158
158
virtual QAction *actionCapturePoint() = 0;
159
159
virtual QAction *actionCaptureLine() = 0;
160
- virtual QAction *actionCapturePologon () = 0;
160
+ virtual QAction *actionCapturePolygon () = 0;
161
161
virtual QAction *actionDeleteSelected() = 0;
162
162
virtual QAction *actionMoveFeature() = 0;
163
163
virtual QAction *actionSplitFeatures() = 0;
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ QAction *QgisAppInterface::actionPasteFeatures() { return qgis->actionPasteFeatu
239
239
QAction *QgisAppInterface::actionEditSeparator1 () { return qgis->actionEditSeparator1 (); }
240
240
QAction *QgisAppInterface::actionCapturePoint () { return qgis->actionCapturePoint (); }
241
241
QAction *QgisAppInterface::actionCaptureLine () { return qgis->actionCaptureLine (); }
242
- QAction *QgisAppInterface::actionCapturePologon () { return qgis->actionCapturePologon (); }
242
+ QAction *QgisAppInterface::actionCapturePolygon () { return qgis->actionCapturePolygon (); }
243
243
QAction *QgisAppInterface::actionDeleteSelected () { return qgis->actionDeleteSelected (); }
244
244
QAction *QgisAppInterface::actionMoveFeature () { return qgis->actionMoveFeature (); }
245
245
QAction *QgisAppInterface::actionSplitFeatures () { return qgis->actionSplitFeatures (); }
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ class QgisAppInterface : public QgisInterface
169
169
virtual QAction *actionEditSeparator1 ();
170
170
virtual QAction *actionCapturePoint ();
171
171
virtual QAction *actionCaptureLine ();
172
- virtual QAction *actionCapturePologon ();
172
+ virtual QAction *actionCapturePolygon ();
173
173
virtual QAction *actionDeleteSelected ();
174
174
virtual QAction *actionMoveFeature ();
175
175
virtual QAction *actionSplitFeatures ();
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ class GUI_EXPORT QgisInterface : public QObject
201
201
virtual QAction *actionEditSeparator1 () = 0;
202
202
virtual QAction *actionCapturePoint () = 0;
203
203
virtual QAction *actionCaptureLine () = 0;
204
- virtual QAction *actionCapturePologon () = 0;
204
+ virtual QAction *actionCapturePolygon () = 0;
205
205
virtual QAction *actionDeleteSelected () = 0;
206
206
virtual QAction *actionMoveFeature () = 0;
207
207
virtual QAction *actionSplitFeatures () = 0;
You can’t perform that action at this time.
0 commit comments