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
0507fb9b
Commit
0507fb9b
authored
Mar 30, 2018
by
Daniel Agar
Browse files
PX4 PowerComponent add missing override
parent
07805f16
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/PowerComponent.h
View file @
0507fb9b
...
...
@@ -25,7 +25,7 @@ public:
PowerComponent
(
Vehicle
*
vehicle
,
AutoPilotPlugin
*
autopilot
,
QObject
*
parent
=
NULL
);
// Overrides from VehicleComponent
virtual
QStringList
setupCompleteChangedTriggerList
(
void
)
const
;
virtual
QStringList
setupCompleteChangedTriggerList
(
void
)
const
override
;
// Overrides from VehicleComponent
QString
name
(
void
)
const
override
;
...
...
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