Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
1da6c502
Commit
1da6c502
authored
Feb 04, 2015
by
Don Gagne
Browse files
Remove unused VehicleComponentSummaryItem
parent
5476a45e
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/AirframeComponent.cc
View file @
1da6c502
...
...
@@ -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
};
...
...
src/AutoPilotPlugins/PX4/FlightModesComponent.cc
View file @
1da6c502
...
...
@@ -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
...
...
src/AutoPilotPlugins/PX4/RadioComponent.cc
View file @
1da6c502
...
...
@@ -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
...
...
src/AutoPilotPlugins/PX4/SafetyComponent.cc
View file @
1da6c502
...
...
@@ -26,7 +26,6 @@
#include
"SafetyComponent.h"
#include
"PX4RCCalibration.h"
#include
"VehicleComponentSummaryItem.h"
#include
"QGCQmlWidgetHolder.h"
#include
"PX4AutoPilotPlugin.h"
...
...
src/AutoPilotPlugins/PX4/SensorsComponent.cc
View file @
1da6c502
...
...
@@ -26,7 +26,6 @@
#include
"SensorsComponent.h"
#include
"QGCPX4SensorCalibration.h"
#include
"VehicleComponentSummaryItem.h"
#include
"PX4AutoPilotPlugin.h"
// These two list must be kept in sync
...
...
src/FactSystem/FactSystem.cc
View file @
1da6c502
...
...
@@ -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"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment