Commit c929855e authored by DonLakeFlyer's avatar DonLakeFlyer

Fix removeAllFromVehicle after flight ends

parent b9a25328
...@@ -167,11 +167,8 @@ QGCView { ...@@ -167,11 +167,8 @@ QGCView {
message: qsTr("Do you want to remove the mission from the vehicle?") message: qsTr("Do you want to remove the mission from the vehicle?")
function accept() { function accept() {
_missionController.removeAllFromVehicle() _planMasterController.removeAllFromVehicle()
_geoFenceController.removeAllFromVehicle()
_rallyPointController.removeAllFromVehicle()
hideDialog() hideDialog()
} }
} }
} }
......
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