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
aa2cade0
Commit
aa2cade0
authored
Feb 23, 2017
by
Don Gagne
Browse files
Fix include ifdef
parent
23f57eb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Settings/VideoSettings.cc
View file @
aa2cade0
...
...
@@ -12,7 +12,10 @@
#include
<QQmlEngine>
#include
<QtQml>
#include
<QVariantList>
#ifndef QGC_DISABLE_UVC
#include
<QCameraInfo>
#endif
const
char
*
VideoSettings
::
videoSettingsGroupName
=
"Video"
;
...
...
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