Fix csv export

This commit is contained in:
Claveau Joshua
2020-08-31 20:29:50 +02:00
parent db4e8e3f5e
commit 4a8e07b227
2 changed files with 0 additions and 11 deletions

View File

@@ -370,15 +370,10 @@ QStringList QETApp::elementInfoKeys()
<< "label"
<< "plant"
<< "location"
<< "comment"
<< "function"
<< "tension_protocol"
<< "conductor_color"
<< "conductor_section"
<< "auxiliary1"
<< "auxiliary2"
<< "description"
<< "designation"
<< "manufacturer"
@@ -406,9 +401,6 @@ QString QETApp::elementTranslatedInfoKey(const QString &info)
else if (info == "comment") return tr("Commentaire");
else if (info == "function") return tr("Fonction");
else if (info == "tension_protocol") return tr("Tension / Protocole");
else if (info == "conductor_color") return tr("Couleur du fil");
else if (info == "conductor_section") return tr("Section du fil");
else if (info == "auxiliary1") return tr("Bloc auxiliaire 1");
else if (info == "auxiliary2") return tr("Bloc auxiliaire 2");