We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7412afc commit 634547dCopy full SHA for 634547d
src/plugins/grass/qgsgrassedit.h
@@ -418,6 +418,8 @@ public slots:
418
QgsVertexMarker *mRubberBandIcon;
419
QgsGrassEditLayer* mCanvasEdit;
420
421
+ // edit tools are friend classes so they can
422
+ // access proteced/private members of QgsGrassEdit
423
friend class QgsGrassEditTool;
424
friend class QgsGrassEditNewPoint;
425
friend class QgsGrassEditNewLine;
src/plugins/grass/qgsgrassedittools.cpp
@@ -16,6 +16,7 @@
16
17
#include "qgsgrassedittools.h"
18
#include "qgsgrassedit.h"
19
+#include "qgsgrassattributes.h"
20
#include "../../src/providers/grass/qgsgrassprovider.h"
21
#include "qgsvertexmarker.h"
22
0 commit comments