Browse Source

fixed variable name to match what's latest in QGC

QGC4.4
jennerl 4 years ago committed by Lorenz Meier
parent
commit
a471545f70
  1. 2
      src/MissionManager/PlanMasterController.cc

2
src/MissionManager/PlanMasterController.cc

@ -99,7 +99,7 @@ void PlanMasterController::start(void)
#if defined(QGC_AIRMAP_ENABLED) #if defined(QGC_AIRMAP_ENABLED)
//-- This assumes there is one single instance of PlanMasterController in edit mode. //-- This assumes there is one single instance of PlanMasterController in edit mode.
if(!flyView) { if(!_flyView) {
// Wait for signal confirming AirMap client connection before starting flight planning // Wait for signal confirming AirMap client connection before starting flight planning
connect(qgcApp()->toolbox()->airspaceManager(), &AirspaceManager::connectStatusChanged, this, &PlanMasterController::_startFlightPlanning); connect(qgcApp()->toolbox()->airspaceManager(), &AirspaceManager::connectStatusChanged, this, &PlanMasterController::_startFlightPlanning);
} }

Loading…
Cancel
Save