mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-27 02:29:59 +01:00
formatting / whitespace - unify declarations
This commit is contained in:
@@ -1166,7 +1166,7 @@ void Element::removeTextGroup(ElementTextItemGroup *group)
|
||||
if(!m_texts_group.contains(group))
|
||||
return;
|
||||
|
||||
const QList <QGraphicsItem *> items_list = group->childItems();
|
||||
const QList<QGraphicsItem *> items_list = group->childItems();
|
||||
|
||||
for(QGraphicsItem *qgi : items_list)
|
||||
{
|
||||
|
||||
@@ -359,7 +359,7 @@ Terminal* Terminal::alignedWithTerminal() const
|
||||
path.lineTo(line.p2());
|
||||
|
||||
//Get all QGraphicsItem in the alignement of this terminal
|
||||
QList <QGraphicsItem *> qgi_list = diagram() -> items(path);
|
||||
QList<QGraphicsItem *> qgi_list = diagram() -> items(path);
|
||||
|
||||
//Remove all terminals of the parent element
|
||||
foreach (Terminal *t, parent_element_ -> terminals())
|
||||
|
||||
Reference in New Issue
Block a user