mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-08-16 19:54:13 +02:00
fix whitespace
This commit is contained in:
+3
-3
@@ -126,9 +126,9 @@ class Diagram : public QGraphicsScene
|
|||||||
bool use_border_;
|
bool use_border_;
|
||||||
bool draw_guides_;
|
bool draw_guides_;
|
||||||
QList<Diagram::Guide> m_guides_list;
|
QList<Diagram::Guide> m_guides_list;
|
||||||
bool draw_terminals_;
|
bool draw_terminals_;
|
||||||
bool draw_terminal_names_;
|
bool draw_terminal_names_;
|
||||||
bool draw_colored_conductors_;
|
bool draw_colored_conductors_;
|
||||||
|
|
||||||
QString m_conductors_autonum_name;
|
QString m_conductors_autonum_name;
|
||||||
DiagramEventInterface *m_event_interface;
|
DiagramEventInterface *m_event_interface;
|
||||||
|
|||||||
Reference in New Issue
Block a user