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
fff49a5c
Commit
fff49a5c
authored
Oct 07, 2010
by
Bryan Godbolt
Browse files
fixed error in parameter list
parent
c4874a48
Changes
2
Show whitespace changes
Inline
Side-by-side
settings/ParameterList.xml
View file @
fff49a5c
...
...
@@ -2,9 +2,9 @@
<!-- Parameters in the top level block -->
<Block
name=
"TopLevel"
>
<Parameter>
</Parameter>
</Block>
<!--Parameters related to the navigation block -->
...
...
src/comm/ParameterList.cc
View file @
fff49a5c
...
...
@@ -342,7 +342,7 @@ void ParameterList::parseBlock(const QDomElement &block)
}
else
{
qDebug
()
<<
__FILE__
<<
":"
<<
__LINE__
<<
": error in xml doc
"
;
qDebug
()
<<
__FILE__
<<
":"
<<
__LINE__
<<
": error in xml doc
in block"
<<
block
.
attribute
(
"name"
)
;
}
}
...
...
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