Tidy up som comments

This commit is contained in:
David Varley
2020-09-07 16:27:59 +10:00
parent d062175da7
commit 68b4705630
2 changed files with 0 additions and 4 deletions

View File

@@ -445,9 +445,7 @@ void ExportDialog::generateDxf(Diagram *diagram,
QList <QetGraphicsTableItem *> list_tables;
// Determine les elements a "XMLiser"
int itm = 0;
foreach(QGraphicsItem *qgi, diagram -> items()) {
qDebug() << "Item " << itm++ << qgi->type();
if (Element *elmt = qgraphicsitem_cast<Element *>(qgi)) {
list_elements << elmt;
} else if (Conductor *f = qgraphicsitem_cast<Conductor *>(qgi)) {