mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 14:50:53 +01:00
Improve code style, Wrap code for better readability
This commit is contained in:
@@ -41,12 +41,12 @@ class ElementsTreeView;
|
||||
*/
|
||||
class ElementsCollectionWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
ElementsCollectionWidget(QWidget *parent = nullptr);
|
||||
public:
|
||||
ElementsCollectionWidget(QWidget *parent = nullptr);
|
||||
|
||||
void expandFirstItems();
|
||||
void expandFirstItems();
|
||||
|
||||
void addProject (QETProject *project);
|
||||
void removeProject (QETProject *project);
|
||||
|
||||
Reference in New Issue
Block a user