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
a9a3c898
Commit
a9a3c898
authored
May 30, 2015
by
Don Gagne
Browse files
Fix null pointer init
parent
6b4c1533
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VehicleSetup/SetupView.cc
View file @
a9a3c898
...
...
@@ -44,7 +44,8 @@
SetupView
::
SetupView
(
QWidget
*
parent
)
:
QGCQmlWidgetHolder
(
parent
),
_uasCurrent
(
NULL
),
_initComplete
(
false
)
_initComplete
(
false
),
_readyAutopilot
(
NULL
)
{
#ifdef __android__
_showFirmware
=
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