Commit 8d98abe2 authored by tstellanova's avatar tstellanova

fix debug str

parent defc1e03
......@@ -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;
}
......
Markdown is supported
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