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
000d70b5
Commit
000d70b5
authored
Jun 08, 2010
by
lm
Browse files
Commit
parent
6c168616
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/MainWindow.cc
View file @
000d70b5
...
...
@@ -107,9 +107,9 @@ settings()
acceptList
->
append
(
"roll IMU"
);
acceptList
->
append
(
"pitch IMU"
);
acceptList
->
append
(
"yaw IMU"
);
acceptList
->
append
(
"
vx
"
);
acceptList
->
append
(
"
vy
"
);
acceptList
->
append
(
"
vz
"
);
acceptList
->
append
(
"
rollspeed IMU
"
);
acceptList
->
append
(
"
pitchspeed IMU
"
);
acceptList
->
append
(
"
yawspeed IMU
"
);
headDown1
=
new
HDDisplay
(
acceptList
,
this
);
headDown1
->
setVisible
(
false
);
...
...
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