Skip to content

Commit 634547d

Browse files
author
wonder
committed
added one comment and resolved build error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5166 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7412afc commit 634547d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/plugins/grass/qgsgrassedit.h

+2
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,8 @@ public slots:
418418
QgsVertexMarker *mRubberBandIcon;
419419
QgsGrassEditLayer* mCanvasEdit;
420420

421+
// edit tools are friend classes so they can
422+
// access proteced/private members of QgsGrassEdit
421423
friend class QgsGrassEditTool;
422424
friend class QgsGrassEditNewPoint;
423425
friend class QgsGrassEditNewLine;

src/plugins/grass/qgsgrassedittools.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include "qgsgrassedittools.h"
1818
#include "qgsgrassedit.h"
19+
#include "qgsgrassattributes.h"
1920
#include "../../src/providers/grass/qgsgrassprovider.h"
2021
#include "qgsvertexmarker.h"
2122

0 commit comments

Comments
 (0)