mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-27 02:29:59 +01:00
Wrap code for better readability
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user