mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Replace minus (-) by underscore (_)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user