From 63ad341b33c4b0d1a5190b8ffc75a72567dafa26 Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Thu, 27 Aug 2020 16:31:39 +0200 Subject: [PATCH] Fix add header file --- sources/projectview.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sources/projectview.h b/sources/projectview.h index 78381c5f4..17eab5ab9 100644 --- a/sources/projectview.h +++ b/sources/projectview.h @@ -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_;