mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-11 20:09:59 +02: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