mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 22:00:35 +01:00
Wrap code for better readability
This commit is contained in:
@@ -22,10 +22,11 @@
|
||||
@brief SimpleElement::SimpleElement
|
||||
@param location
|
||||
@param qgi
|
||||
@param s
|
||||
@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)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user