mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-31 16:50:52 +01:00
Wrap code for better readability
This commit is contained in:
@@ -34,7 +34,9 @@ class ConductorPropertiesWidget : public QWidget
|
||||
|
||||
public:
|
||||
explicit ConductorPropertiesWidget(QWidget *parent = nullptr);
|
||||
explicit ConductorPropertiesWidget(const ConductorProperties &properties, QWidget *parent = nullptr);
|
||||
explicit ConductorPropertiesWidget(
|
||||
const ConductorProperties &properties,
|
||||
QWidget *parent = nullptr);
|
||||
~ConductorPropertiesWidget() override;
|
||||
|
||||
//METHODS
|
||||
|
||||
Reference in New Issue
Block a user