Wrap code for better readability

This commit is contained in:
Simon De Backer
2020-09-07 22:03:40 +02:00
parent 8ee38fab9e
commit 5d92393ee7
202 changed files with 4031 additions and 2153 deletions

View File

@@ -30,14 +30,18 @@ class ReportElement : public Element
Q_OBJECT
public :
explicit ReportElement(const ElementsLocation &,const QString& link_type, QGraphicsItem * = nullptr, int * = nullptr);
explicit ReportElement(
const ElementsLocation &,
const QString& link_type,
QGraphicsItem * = nullptr,
int * = nullptr);
~ReportElement() override;
void linkToElement(Element *) override;
void unlinkAllElements() override;
void unlinkElement(Element *elmt) override;
private:
int m_inverse_report;
int m_inverse_report;
};
#endif // REPORTELEMENT_H