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
8d98abe2
Commit
8d98abe2
authored
Aug 06, 2013
by
tstellanova
Browse files
fix debug str
parent
defc1e03
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ui/QGCParamWidget.cc
View file @
8d98abe2
...
...
@@ -168,7 +168,7 @@ void QGCParamWidget::loadSettings()
void
QGCParamWidget
::
setParamInfo
(
const
QMap
<
QString
,
QString
>&
paramInfo
)
{
if
(
paramInfo
.
isEmpty
())
{
qDebug
()
<<
<<
__FILE__
<<
":"
<<
__LINE__
<<
"setParamInfo with empty"
;
qDebug
()
<<
__FILE__
<<
":"
<<
__LINE__
<<
"setParamInfo with empty"
;
}
paramToolTips
=
paramInfo
;
}
...
...
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