From 8d0e89828d6e5ddc6343cb3261305505ec9ab66c Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Tue, 15 Sep 2015 09:50:20 +0000 Subject: [PATCH] Minor git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4204 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/nomenclature.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sources/nomenclature.cpp b/sources/nomenclature.cpp index 031b2ad20..8dc3e2221 100644 --- a/sources/nomenclature.cpp +++ b/sources/nomenclature.cpp @@ -91,6 +91,8 @@ QString nomenclature::getNomenclature() ""+ QObject::tr("Commentaire") +";" ""+ QObject::tr("Fabricant") +";" ""+ QObject::tr("Reference") +";" + ""+ QObject::tr("Bloc auxilliaire 1") +";" + ""+ QObject::tr("Bloc auxilliaire 2") +";" ""+ QObject::tr("Machine-reference") +";" ""+ QObject::tr("Localisation") +";" ""+ QObject::tr("Fonction") +"\n"; @@ -133,6 +135,8 @@ QString nomenclature::getElementInfo(const Element *elmt) { info += elmt_info["comment"].toString() + ";"; info += elmt_info["manufacturer"].toString() + ";"; info += elmt_info["manufacturer-reference"].toString() + ";"; + info += elmt_info["Auxiliary_1-contact-bloc"].toString() + ";"; + info += elmt_info["Auxiliary_2-contact-bloc"].toString() + ";"; info += elmt_info["machine-manufacturer-reference"].toString() + ";"; info += elmt_info["location"].toString() + ";"; info += elmt_info["function"].toString() + "\n";