Commit 69ef783b authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5464 from DonLakeFlyer/GeoFenceFixes

GeoFenceManager: Add missing signals
parents 124af659 c90f4735
......@@ -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