We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 39c6e14 commit a3fffccCopy full SHA for a3fffcc
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