#include "WimaVehicleCorridor.h" WimaVehicleCorridor::WimaVehicleCorridor(QObject *parent): WimaPolygon(parent) { this->setObjectName("Corridor"); } WimaVehicleCorridor::WimaVehicleCorridor(QGCMapPolygon *other, QObject *parent): WimaPolygon (other, parent) { }