typo.patch
qgisapp.h (working copy) | ||
---|---|---|
216 | 216 |
QAction *actionEditSeparator1() { return mActionEditSeparator1; } |
217 | 217 |
QAction *actionCapturePoint() { return mActionCapturePoint; } |
218 | 218 |
QAction *actionCaptureLine() { return mActionCaptureLine; } |
219 |
QAction *actionCapturePologon() { return mActionCapturePolygon; }
|
|
219 |
QAction *actionCapturePolygon() { return mActionCapturePolygon; }
|
|
220 | 220 |
QAction *actionDeleteSelected() { return mActionDeleteSelected; } |
221 | 221 |
QAction *actionMoveFeature() { return mActionMoveFeature; } |
222 | 222 |
QAction *actionSplitFeatures() { return mActionSplitFeatures; } |