Commit 745bec25 authored by Gus Grubba's avatar Gus Grubba

Fix parenting issue

parent ec1f5ee9
...@@ -261,7 +261,7 @@ SetupPage { ...@@ -261,7 +261,7 @@ SetupPage {
Component.onCompleted: { Component.onCompleted: {
if(!QGroundControl.hasAPMSupport) { if(!QGroundControl.hasAPMSupport) {
_defaultFirmwareFact.rawValue = _defaultFimwareTypePX4 _defaultFirmwareFact.rawValue = _defaultFimwareTypePX4
parent.firmwareVersionChanged(firmwareTypeList) firmwareVersionChanged(firmwareTypeList)
} }
} }
......
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