split line(old) and wall(new)
added new walling started working on windows
This commit is contained in:
@@ -70,7 +70,8 @@ SOURCES += \
|
||||
mapview/2D/MV2DElementStair.cpp \
|
||||
mapview/2D/MV2DElementElevator.cpp \
|
||||
mapview/2D/MV2DElementFloorObstacleCircle.cpp \
|
||||
mapview/3D/floorplan/FloorplanRendererModel.cpp
|
||||
mapview/3D/floorplan/FloorplanRendererModel.cpp \
|
||||
mapview/2D/MV2DElementFloorObstacleWall.cpp
|
||||
|
||||
|
||||
HEADERS += MainWindow.h \
|
||||
@@ -204,7 +205,10 @@ HEADERS += MainWindow.h \
|
||||
mapview/model/MMFloorObstacleObject.h \
|
||||
mapview/3D/MV3DElementFloorObstacleObject.h \
|
||||
mapview/2D/tools/ToolNewObject.h \
|
||||
mapview/2D/tools/ToolNewPillar.h
|
||||
mapview/2D/tools/ToolNewPillar.h \
|
||||
mapview/model/MMFloorObstacleWall.h \
|
||||
mapview/2D/MV2DElementFloorObstacleWall.h \
|
||||
mapview/2D/tools/ToolNewLine.h
|
||||
|
||||
|
||||
FORMS += MainWindow.ui
|
||||
|
||||
Reference in New Issue
Block a user