Browse Source

fix debug str

QGC4.4
tstellanova 12 years ago
parent
commit
8d98abe210
  1. 2
      src/ui/QGCParamWidget.cc

2
src/ui/QGCParamWidget.cc

@ -168,7 +168,7 @@ void QGCParamWidget::loadSettings()
void QGCParamWidget::setParamInfo(const QMap<QString,QString>& paramInfo) { void QGCParamWidget::setParamInfo(const QMap<QString,QString>& paramInfo) {
if (paramInfo.isEmpty()) { if (paramInfo.isEmpty()) {
qDebug() << << __FILE__ << ":" << __LINE__ << "setParamInfo with empty"; qDebug() << __FILE__ << ":" << __LINE__ << "setParamInfo with empty";
} }
paramToolTips = paramInfo; paramToolTips = paramInfo;
} }

Loading…
Cancel
Save