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

@@ -31,9 +31,12 @@ class CrossRefItem;
class MasterElement : public Element
{
Q_OBJECT
public:
explicit MasterElement(const ElementsLocation &, QGraphicsItem * = nullptr, int * = nullptr);
explicit MasterElement(
const ElementsLocation &,
QGraphicsItem * = nullptr,
int * = nullptr);
~MasterElement() override;
void linkToElement (Element *elmt) override;
@@ -43,7 +46,9 @@ class MasterElement : public Element
QRectF XrefBoundingRect() const;
protected:
QVariant itemChange(GraphicsItemChange change, const QVariant &value) override;
QVariant itemChange(
GraphicsItemChange change,
const QVariant &value) override;
private:
void xrefPropertiesChanged();