mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-06 13:40:52 +01:00
Wrap code for better readability + Mod doc
This commit is contained in:
committed by
Laurent Trinques
parent
2cdfce18ec
commit
d7e1d326a2
@@ -22,12 +22,15 @@
|
||||
#include "element.h"
|
||||
|
||||
class QETProject;
|
||||
|
||||
/**
|
||||
@brief The TerminalElement class
|
||||
*/
|
||||
class TerminalElement : public Element
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
TerminalElement(const ElementsLocation &, QGraphicsItem * = nullptr, int * = nullptr);
|
||||
TerminalElement(const ElementsLocation &,
|
||||
QGraphicsItem * = nullptr, int * = nullptr);
|
||||
~TerminalElement() override;
|
||||
void initLink(QETProject *project) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user