From e2d803847410ffe98bf8608405b6b4c5da18172f Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Wed, 13 May 2015 18:29:35 -0700 Subject: [PATCH] Fix qWarning Using wrong control --- src/AutoPilotPlugins/PX4/AirframeComponent.qml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/AutoPilotPlugins/PX4/AirframeComponent.qml b/src/AutoPilotPlugins/PX4/AirframeComponent.qml index 0301cbbe89..cb4540f84b 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponent.qml +++ b/src/AutoPilotPlugins/PX4/AirframeComponent.qml @@ -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 -- GitLab