Element Terminale add label

Nomenclature Add terminal element


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4681 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2016-09-02 05:28:26 +00:00
parent 30a9aa9cfe
commit db458143bf
6 changed files with 98 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ QString nomenclature::getNomenclature()
//Get only simple, master and unlinked slave element.
ElementProvider ep(d);
QList <Element *> list_elements;
list_elements << ep.find(Element::Simple | Element::Master);
list_elements << ep.find(Element::Simple | Element::Master | Element::Terminale);
list_elements << ep.freeElement(Element::Slave);
foreach (Element *elmt, list_elements) {