Replace minus (-) by underscore (_) in all element information

This commit is contained in:
Claveau Joshua
2020-04-12 19:45:19 +02:00
parent 234886419d
commit 55876293bc
745 changed files with 1508 additions and 1508 deletions

View File

@@ -152,7 +152,7 @@ void ElementPropertiesEditorWidget::updateTree()
*/
void ElementPropertiesEditorWidget::populateTree()
{
QStringList keys{"label", "plant", "comment", "description", "designation", "manufacturer", "manufacturer-reference", "supplier", "quantity", "unity", "machine-manufacturer-reference"};
QStringList keys{"label", "plant", "comment", "description", "designation", "manufacturer", "manufacturer_reference", "supplier", "quantity", "unity", "machine_manufacturer_reference"};
for(const QString& key : keys)
{