Browse Source

Fix VTOL tuning page

QGC4.4
Don Gagne 9 years ago
parent
commit
cadb3f0bc3
  1. 2
      qgroundcontrol.qrc

2
qgroundcontrol.qrc

@ -154,7 +154,7 @@ @@ -154,7 +154,7 @@
<file alias="test.qml">src/test.qml</file>
<file alias="VehicleSummary.qml">src/VehicleSetup/VehicleSummary.qml</file>
<file alias="QGroundControl/Controls/OfflineMapButton.qml">src/QmlControls/OfflineMapButton.qml</file>
<file>src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml</file>
<file alias="PX4TuningComponentVTOL.qml">src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml</file>
</qresource>
<qresource prefix="/json">
<file alias="MavCmdInfoCommon.json">src/MissionManager/MavCmdInfoCommon.json</file>

Loading…
Cancel
Save