mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
* initialzing variables in constructors
This commit is contained in:
parent
9140f18e4a
commit
81b1836e59
@ -51,6 +51,8 @@ Component::Component()
|
||||
|
||||
cx = 0;
|
||||
cy = 0;
|
||||
tx = 0;
|
||||
ty = 0;
|
||||
|
||||
Arcs.setAutoDelete(true);
|
||||
Lines.setAutoDelete(true);
|
||||
|
@ -20,6 +20,8 @@
|
||||
Element::Element()
|
||||
{
|
||||
Type = isDummy;
|
||||
isSelected = false;
|
||||
cx = cy = x1 = y1 = x2 = y2 = 0;
|
||||
}
|
||||
|
||||
Element::~Element()
|
||||
|
Loading…
x
Reference in New Issue
Block a user