Replace minus (-) by underscore (_)

This commit is contained in:
Claveau Joshua
2020-07-04 20:43:40 +02:00
parent 59ba3d24af
commit 8ac8ff5384
6 changed files with 30 additions and 30 deletions

View File

@@ -190,7 +190,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();