Commit 00d3af4e authored by DonLakeFlyer's avatar DonLakeFlyer

Fix strange Qml complaint causing crash

parent 159bf923
...@@ -32,7 +32,6 @@ Item { ...@@ -32,7 +32,6 @@ Item {
property int borderWidth: 0 property int borderWidth: 0
property color borderColor: "black" property color borderColor: "black"
property var _gqcView: ggcView
property var _polygonComponent property var _polygonComponent
property var _dragHandlesComponent property var _dragHandlesComponent
property var _splitHandlesComponent property var _splitHandlesComponent
...@@ -173,7 +172,7 @@ Item { ...@@ -173,7 +172,7 @@ Item {
QGCFileDialog { QGCFileDialog {
id: kmlLoadDialog id: kmlLoadDialog
qgcView: _qgcView qgcView: _root.qgcView
folder: QGroundControl.settingsManager.appSettings.missionSavePath folder: QGroundControl.settingsManager.appSettings.missionSavePath
title: qsTr("Select KML File") title: qsTr("Select KML File")
selectExisting: true selectExisting: true
......
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