added first version of LINT to the editor
fixed issue with incorrect stairs
This commit is contained in:
@@ -28,7 +28,6 @@ SOURCES += \
|
||||
MainController.cpp \
|
||||
mapview/2D/tools/ToolSelector.cpp \
|
||||
mapview/2D/tools/Tool.cpp \
|
||||
mapview/MapView2D.cpp \
|
||||
params/ElementParamWidget.cpp \
|
||||
params/LayerParamWidget.cpp \
|
||||
params/ActionWidget.cpp \
|
||||
@@ -41,7 +40,9 @@ SOURCES += \
|
||||
params/LayerTree.cpp \
|
||||
mapview/2D/tools/ToolMeasure.cpp \
|
||||
params/MetaEditWidget.cpp \
|
||||
params/MetaEditModel.cpp
|
||||
params/MetaEditModel.cpp \
|
||||
mapview/2D/MapView2D.cpp \
|
||||
misc/LINTView.cpp
|
||||
|
||||
|
||||
HEADERS += MainWindow.h \
|
||||
@@ -147,7 +148,8 @@ HEADERS += MainWindow.h \
|
||||
mapview/3D/MV3DElementFingerprintLocation.h \
|
||||
mapview/model/MMFloorGroundTruthPoints.h \
|
||||
mapview/model/MMFloorGroundTruthPoint.h \
|
||||
mapview/2D/MV2DElementGroundTruthPoint.h
|
||||
mapview/2D/MV2DElementGroundTruthPoint.h \
|
||||
misc/LINTView.h
|
||||
|
||||
|
||||
FORMS += MainWindow.ui
|
||||
|
||||
Reference in New Issue
Block a user