mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
correct more indentations / whitespace
This commit is contained in:
@@ -64,9 +64,9 @@ class DiagramEventInterface : public QObject
|
||||
void finish(); //Emitted when the interface finishes its job.
|
||||
|
||||
protected:
|
||||
QPointer<Diagram> m_diagram;
|
||||
bool m_running{false};
|
||||
bool m_abort{false};
|
||||
QPointer<Diagram> m_diagram;
|
||||
bool m_running{false};
|
||||
bool m_abort{false};
|
||||
};
|
||||
|
||||
#endif // DIAGRAMEVENTINTERFACE_H
|
||||
|
||||
Reference in New Issue
Block a user