mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-30 07:09:59 +01:00
Wrap code for better readability + Mod doc
This commit is contained in:
committed by
Laurent Trinques
parent
2cdfce18ec
commit
d7e1d326a2
@@ -18,14 +18,15 @@
|
||||
#include "terminalelement.h"
|
||||
|
||||
/**
|
||||
* @brief TerminalElement::TerminalElement
|
||||
* Default constructor
|
||||
* @param location location of xml definition
|
||||
* @param qgi parent QGraphicItem
|
||||
* @param s parent diagram
|
||||
* @param state int used to know if the creation of element have error
|
||||
*/
|
||||
TerminalElement::TerminalElement(const ElementsLocation &location, QGraphicsItem *qgi, int *state) :
|
||||
@brief TerminalElement::TerminalElement
|
||||
Default constructor
|
||||
@param location location of xml definition
|
||||
@param qgi parent QGraphicItem
|
||||
@param s parent diagram
|
||||
@param state int used to know if the creation of element have error
|
||||
*/
|
||||
TerminalElement::TerminalElement(const ElementsLocation &location,
|
||||
QGraphicsItem *qgi, int *state) :
|
||||
Element(location, qgi, state, Element::Terminale)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user