Skip to content

Commit 740e3ab

Browse files
committedJul 24, 2015
Merge pull request #2217 from mhugent/node_tool_changes
Add node editor widget and change node tool to click-click mode
2 parents 6cccd21 + 69eb7eb commit 740e3ab

23 files changed

+1027
-975
lines changed
 

‎src/app/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ SET(QGIS_APP_SRCS
9292
nodetool/qgsmaptoolnodetool.cpp
9393
nodetool/qgsselectedfeature.cpp
9494
nodetool/qgsvertexentry.cpp
95+
nodetool/qgsnodeeditor.cpp
9596

9697
qgsmeasuredialog.cpp
9798
qgsmeasuretool.cpp
@@ -242,6 +243,7 @@ SET (QGIS_APP_MOC_HDRS
242243

243244
nodetool/qgsmaptoolnodetool.h
244245
nodetool/qgsselectedfeature.h
246+
nodetool/qgsnodeeditor.h
245247

246248
qgsmeasuredialog.h
247249
qgsmeasuretool.h

0 commit comments

Comments
 (0)
Please sign in to comment.