mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 02:10:52 +01:00
Wrap code for better readability
This commit is contained in:
@@ -31,7 +31,9 @@ class SimpleElement : public Element {
|
||||
Q_OBJECT
|
||||
|
||||
public :
|
||||
explicit SimpleElement(const ElementsLocation &, QGraphicsItem * = nullptr, int * = nullptr);
|
||||
explicit SimpleElement(const ElementsLocation &,
|
||||
QGraphicsItem * = nullptr,
|
||||
int * = nullptr);
|
||||
~SimpleElement() override;
|
||||
|
||||
void initLink(QETProject *project) override;
|
||||
|
||||
Reference in New Issue
Block a user