Improve code style, Wrap code for better readability

This commit is contained in:
Simon De Backer
2020-08-16 14:21:55 +02:00
parent a83ee76f39
commit 4ed33109f4
6 changed files with 293 additions and 155 deletions

View File

@@ -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);