Commit d5d0563b authored by tstellanova's avatar tstellanova
Browse files

fix debug str

parent c70d9920
......@@ -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;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment