refactoring/cleanups

This commit is contained in:
2018-07-30 20:56:17 +02:00
parent 9a07790ec6
commit a9fcb77675
23 changed files with 276 additions and 247 deletions

View File

@@ -14,6 +14,8 @@ private:
Floorplan::Floor* f;
Floorplan::FloorObstacleWall* fo;
float mouseNearLine = NAN;
public:
/** ctor */
@@ -40,6 +42,8 @@ public:
bool keyPressEvent(MapView2D* v, QKeyEvent* e) override;
void mousePressed(MapView2D* v, const Point2 p) override;
};
#endif // MV2DELEMENTFLOOROBSTACLEWALL_H