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

@@ -24,16 +24,18 @@
@param qgi
@param state
*/
SimpleElement::SimpleElement(const ElementsLocation &location,
QGraphicsItem *qgi,
int *state) :
SimpleElement::SimpleElement(
const ElementsLocation &location,
QGraphicsItem *qgi,
int *state) :
Element(location, qgi, state, Element::Simple)
{}
/**
@brief SimpleElement::~SimpleElement
*/
SimpleElement::~SimpleElement() {}
SimpleElement::~SimpleElement()
{}
/**
@brief SimpleElement::initLink