Skip to content

Commit

Permalink
Add mission signals
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Gagne authored and Don Gagne committed Jul 18, 2017
1 parent 124af65 commit c90f473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MissionManager/GeoFenceController.cc
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ void GeoFenceController::_signalAll(void)
emit polygonEnabledChanged(polygonEnabled());
emit polygonSupportedChanged(polygonSupported());
emit dirtyChanged(dirty());
emit paramsChanged(params());
emit paramLabelsChanged(paramLabels());
}

void GeoFenceController::managerVehicleChanged(Vehicle* managerVehicle)
Expand Down

0 comments on commit c90f473

Please sign in to comment.