mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 19:30:53 +01:00
Wrap code for better readability
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user