Browse Source

Fix qWarning

Using wrong control
QGC4.4
Don Gagne 10 years ago
parent
commit
e2d8038474
  1. 6
      src/AutoPilotPlugins/PX4/AirframeComponent.qml

6
src/AutoPilotPlugins/PX4/AirframeComponent.qml

@ -39,12 +39,8 @@ QGCView { @@ -39,12 +39,8 @@ QGCView {
Component {
id: view
FactPanel {
QGCViewPanel {
id: panel
anchors.fill: parent
signal showDialog(Component component, string title, int charWidth, int buttons)
signal hideDialog
Connections {
target: rootQGCView

Loading…
Cancel
Save