Commit da50fb07 authored by lm's avatar lm

Param fixes

parent afa582aa
......@@ -162,6 +162,7 @@ void QGCParamWidget::requestParameterList()
void QGCParamWidget::parameterItemChanged(QTreeWidgetItem* current, QTreeWidgetItem* previous)
{
/*
int key;
if (!changedValues.contains(key))
{
......@@ -183,7 +184,7 @@ void QGCParamWidget::parameterItemChanged(QTreeWidgetItem* current, QTreeWidgetI
map->insert(str, value);
}
}
}
}*/
}
/**
......
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