Skip to content
Permalink
Browse files
missed a file in r9977
git-svn-id: http://svn.osgeo.org/qgis/trunk@9978 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 17, 2009
1 parent 7cd8317 commit ee7e431
Showing 1 changed file with 2 additions and 2 deletions.
@@ -183,8 +183,8 @@ class GUI_EXPORT QgisInterface : public QObject
virtual QAction *actionMoveFeature() = 0;
virtual QAction *actionSplitFeatures() = 0;
virtual QAction *actionAddVertex() = 0;
virtual QAction *actionDelerteVertex() = 0;
virtual QAction *actioMoveVertex() = 0;
virtual QAction *actionDeleteVertex() = 0;
virtual QAction *actionMoveVertex() = 0;
virtual QAction *actionAddRing() = 0;
virtual QAction *actionAddIsland() = 0;
virtual QAction *actionEditSeparator2() = 0;

0 comments on commit ee7e431

Please sign in to comment.