add comments and move some initializations from the source file to the header file

This commit is contained in:
Martin Marmsoler
2020-10-10 15:50:04 +02:00
parent 0dfe0c1613
commit 3509a1c7a5
4 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ class SlaveElement : public Element
void unlinkElement(Element *elmt) override;
private:
QGraphicsTextItem *m_xref_item;
QGraphicsTextItem *m_xref_item{nullptr};
};
#endif // SLAVEELEMENT_H