Fix add header file

This commit is contained in:
Simon De Backer 2020-08-27 16:31:39 +02:00
parent bd62f8768e
commit 63ad341b33

View File

@ -163,7 +163,9 @@ class ProjectView : public QWidget
// attributes
private:
QAction *m_add_new_diagram;
QAction *m_add_new_diagram,
*m_first_view,
*m_end_view;
QETProject *m_project;
QVBoxLayout *layout_;
QWidget *fallback_widget_;