Revert "Element info keys : replace all -(minus) by _(underscore)"

This reverts commit fb7cc6fd3e.
This commit is contained in:
Laurent Trinques
2020-04-12 14:35:04 +02:00
parent 871b0d9ee9
commit f80052a424
291 changed files with 1581 additions and 1581 deletions

View File

@@ -140,7 +140,7 @@ void DynamicTextFieldEditor::fillInfoComboBox()
QString type = elementEditor()->elementScene()->elementType();
if(type.contains("report"))
strl << "function" << "tension_protocol";
strl << "function" << "tension-protocol";
else
strl = QETApp::elementInfoKeys();