Commit b2773acd authored by tstellanova's avatar tstellanova

fix typo

parent 3db98d95
......@@ -171,7 +171,7 @@ void QGCParamWidget::addComponentItem( int compId, QString compName)
{
QString compLine = QString("%1 (#%2)").arg(compName).arg(compId);
QString ptrStr.sprintf("%8p", this);
QString ptrStr = QString().sprintf("%8p", this);
qDebug() << "QGCParamWidget" << ptrStr << "addComponentItem:" << compLine;
if (componentItems->contains(compId)) {
......
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