formatting / whitespace - unify declarations

This commit is contained in:
plc-user
2025-01-26 14:29:52 +01:00
parent 3b24bd25c7
commit 940ae0c34a
4 changed files with 5 additions and 5 deletions

View File

@@ -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())