Skip to content

Commit

Permalink
apply #1910
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11536 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 1, 2009
1 parent c407d68 commit f1c4547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.h
Expand Up @@ -216,7 +216,7 @@ class QgisApp : public QMainWindow
QAction *actionEditSeparator1() { return mActionEditSeparator1; } QAction *actionEditSeparator1() { return mActionEditSeparator1; }
QAction *actionCapturePoint() { return mActionCapturePoint; } QAction *actionCapturePoint() { return mActionCapturePoint; }
QAction *actionCaptureLine() { return mActionCaptureLine; } QAction *actionCaptureLine() { return mActionCaptureLine; }
QAction *actionCapturePologon() { return mActionCapturePolygon; } QAction *actionCapturePolygon() { return mActionCapturePolygon; }
QAction *actionDeleteSelected() { return mActionDeleteSelected; } QAction *actionDeleteSelected() { return mActionDeleteSelected; }
QAction *actionMoveFeature() { return mActionMoveFeature; } QAction *actionMoveFeature() { return mActionMoveFeature; }
QAction *actionSplitFeatures() { return mActionSplitFeatures; } QAction *actionSplitFeatures() { return mActionSplitFeatures; }
Expand Down

0 comments on commit f1c4547

Please sign in to comment.