#include "WimaController.h" #include "MissionController.h" WimaController::WimaController(QObject *parent) : QObject(parent) { this->_flyArea = WimaFlyArea(parent); } void WimaController::initWimaFlyArea() { this->_flyArea.setReady(); return; }