Commit 63ef5255 authored by DonLakeFlyer's avatar DonLakeFlyer

parent d56b4d8b
...@@ -32,10 +32,8 @@ Item { ...@@ -32,10 +32,8 @@ Item {
property var _appSettings: QGroundControl.settingsManager.appSettings property var _appSettings: QGroundControl.settingsManager.appSettings
ParameterEditorController { ParameterEditorController {
id: controller; id: controller
onShowErrorMessage: { onShowErrorMessage: mainWindow.showMessageDialog(qsTr("Parameter Load Errors"), errorMsg)
mainWindow.showMessageDialog(qsTr("Parameter Editor"), qsTr("Parameter Load Errors"))
}
} }
ExclusiveGroup { id: sectionGroup } ExclusiveGroup { id: sectionGroup }
......
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