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
131dc1f8
Commit
131dc1f8
authored
Jul 19, 2014
by
Thomas Gubler
Browse files
add support for MAV_CMD_DO_FLIGHTTERMINATION in designer
parent
e916437f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/designer/QGCCommandButton.cc
View file @
131dc1f8
...
...
@@ -83,6 +83,7 @@ QGCCommandButton::QGCCommandButton(QWidget *parent) :
ui
->
editCommandComboBox
->
addItem
(
"MAV_CMD_OVERRIDE_GOTO"
,
MAV_CMD_OVERRIDE_GOTO
);
ui
->
editCommandComboBox
->
addItem
(
"MAV_CMD_MISSION_START"
,
MAV_CMD_MISSION_START
);
ui
->
editCommandComboBox
->
addItem
(
"MAV_CMD_COMPONENT_ARM_DISARM"
,
MAV_CMD_COMPONENT_ARM_DISARM
);
ui
->
editCommandComboBox
->
addItem
(
"MAV_CMD_DO_FLIGHTTERMINATION"
,
MAV_CMD_DO_FLIGHTTERMINATION
);
ui
->
editCommandComboBox
->
setEditable
(
true
);
init
();
...
...
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