Browse Source

Remove unused VehicleComponentSummaryItem

QGC4.4
Don Gagne 10 years ago
parent
commit
1da6c502ec
  1. 1
      src/AutoPilotPlugins/PX4/AirframeComponent.cc
  2. 1
      src/AutoPilotPlugins/PX4/FlightModesComponent.cc
  3. 1
      src/AutoPilotPlugins/PX4/RadioComponent.cc
  4. 1
      src/AutoPilotPlugins/PX4/SafetyComponent.cc
  5. 1
      src/AutoPilotPlugins/PX4/SensorsComponent.cc
  6. 1
      src/FactSystem/FactSystem.cc

1
src/AutoPilotPlugins/PX4/AirframeComponent.cc

@ -26,7 +26,6 @@ @@ -26,7 +26,6 @@
#include "AirframeComponent.h"
#include "QGCPX4AirframeConfig.h"
#include "VehicleComponentSummaryItem.h"
/// @brief Parameters which signal a change in setupComplete state
static const char* triggerParams[] = { "SYS_AUTOSTART", NULL };

1
src/AutoPilotPlugins/PX4/FlightModesComponent.cc

@ -26,7 +26,6 @@ @@ -26,7 +26,6 @@
#include "FlightModesComponent.h"
#include "FlightModeConfig.h"
#include "VehicleComponentSummaryItem.h"
#include "PX4AutoPilotPlugin.h"
/// @brief Parameters which signal a change in setupComplete state

1
src/AutoPilotPlugins/PX4/RadioComponent.cc

@ -26,7 +26,6 @@ @@ -26,7 +26,6 @@
#include "RadioComponent.h"
#include "PX4RCCalibration.h"
#include "VehicleComponentSummaryItem.h"
#include "PX4AutoPilotPlugin.h"
/// @brief Parameters which signal a change in setupComplete state

1
src/AutoPilotPlugins/PX4/SafetyComponent.cc

@ -26,7 +26,6 @@ @@ -26,7 +26,6 @@
#include "SafetyComponent.h"
#include "PX4RCCalibration.h"
#include "VehicleComponentSummaryItem.h"
#include "QGCQmlWidgetHolder.h"
#include "PX4AutoPilotPlugin.h"

1
src/AutoPilotPlugins/PX4/SensorsComponent.cc

@ -26,7 +26,6 @@ @@ -26,7 +26,6 @@
#include "SensorsComponent.h"
#include "QGCPX4SensorCalibration.h"
#include "VehicleComponentSummaryItem.h"
#include "PX4AutoPilotPlugin.h"
// These two list must be kept in sync

1
src/FactSystem/FactSystem.cc

@ -44,7 +44,6 @@ FactSystem::FactSystem(QObject* parent) : @@ -44,7 +44,6 @@ FactSystem::FactSystem(QObject* parent) :
// FIXME: Where should these go?
qmlRegisterUncreatableType<VehicleComponent>(_factSystemQmlUri, 1, 0, "VehicleComponent", "Can only reference VehicleComponent");
qmlRegisterUncreatableType<VehicleComponent>(_factSystemQmlUri, 1, 0, "VehicleComponentSummaryItem", "Can only reference VehicleComponentSummaryItem");
qmlRegisterType<QGCPalette>(_factSystemQmlUri, 1, 0, "QGCPalette");
}

Loading…
Cancel
Save