mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-26 21:40:52 +01:00
Revert "Element info keys : replace all -(minus) by _(underscore)"
This reverts commit fb7cc6fd3e.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user