use more meaningful name

This commit is contained in:
Martin Marmsoler
2020-10-12 19:11:01 +02:00
parent 3509a1c7a5
commit c0d9bf9548
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ class SlaveElement : public Element
{
Q_OBJECT
public:
explicit SlaveElement (const ElementsLocation &, QGraphicsItem * = nullptr, int * = nullptr);
explicit SlaveElement (const ElementsLocation &, QGraphicsItem * parent= nullptr, int * = nullptr);
~SlaveElement() override;
void linkToElement(Element *elmt) override;
void unlinkAllElements() override;