This commit is contained in:
Martin Marmsoler
2020-10-11 11:05:22 +02:00
parent 3509a1c7a5
commit f79b1a52bb
9 changed files with 70 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ class Element : public QetGraphicsItem // TODO: derive from propertiesInterface!
Slave = 16,
Terminale = 32};
Element(const ElementsLocation &location, QGraphicsItem * = nullptr, int *state = nullptr, Element::kind link_type = Element::Simple);
Element(const ElementsLocation &location, QGraphicsItem * parent= nullptr, int *state = nullptr, Element::kind link_type = Element::Simple);
~Element() override;
private:
Element(const Element &);