Commit c90f4735 authored by Don Gagne's avatar Don Gagne

Add mission signals

parent 124af659
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment