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
d5d0563b
Commit
d5d0563b
authored
Aug 06, 2013
by
tstellanova
Browse files
fix debug str
parent
c70d9920
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ui/QGCParamWidget.cc
View file @
d5d0563b
...
...
@@ -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