From f255a07069b81ff79f92dd1a7d015454e7a26f6f Mon Sep 17 00:00:00 2001
From: Tobias Knopff <t.knopff@fz-juelich.de>
Date: Mon, 12 Jul 2021 15:18:28 +0200
Subject: [PATCH] Move GUI/Views/InfoWidgets/GroupInfoBox.* to
 GUI/Views/PropertyEditor/

---
 GUI/Views/PropertyEditor/ComponentEditor.cpp              | 2 +-
 .../{InfoWidgets => PropertyEditor}/GroupInfoBox.cpp      | 4 ++--
 GUI/Views/{InfoWidgets => PropertyEditor}/GroupInfoBox.h  | 8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)
 rename GUI/Views/{InfoWidgets => PropertyEditor}/GroupInfoBox.cpp (96%)
 rename GUI/Views/{InfoWidgets => PropertyEditor}/GroupInfoBox.h (82%)

diff --git a/GUI/Views/PropertyEditor/ComponentEditor.cpp b/GUI/Views/PropertyEditor/ComponentEditor.cpp
index afda5bd88d2..27e77837da3 100644
--- a/GUI/Views/PropertyEditor/ComponentEditor.cpp
+++ b/GUI/Views/PropertyEditor/ComponentEditor.cpp
@@ -13,9 +13,9 @@
 //  ************************************************************************************************
 
 #include "GUI/Views/PropertyEditor/ComponentEditor.h"
-#include "GUI/Views/InfoWidgets/GroupInfoBox.h"
 #include "GUI/Views/PropertyEditor/ComponentFlatView.h"
 #include "GUI/Views/PropertyEditor/ComponentTreeView.h"
+#include "GUI/Views/PropertyEditor/GroupInfoBox.h"
 #include <QBoxLayout>
 #include <QGroupBox>
 
diff --git a/GUI/Views/InfoWidgets/GroupInfoBox.cpp b/GUI/Views/PropertyEditor/GroupInfoBox.cpp
similarity index 96%
rename from GUI/Views/InfoWidgets/GroupInfoBox.cpp
rename to GUI/Views/PropertyEditor/GroupInfoBox.cpp
index 034c6f965b8..4174dc6d689 100644
--- a/GUI/Views/InfoWidgets/GroupInfoBox.cpp
+++ b/GUI/Views/PropertyEditor/GroupInfoBox.cpp
@@ -2,7 +2,7 @@
 //
 //  BornAgain: simulate and fit reflection and scattering
 //
-//! @file      GUI/Views/InfoWidgets/GroupInfoBox.cpp
+//! @file      GUI/Views/PropertyEditor/GroupInfoBox.cpp
 //! @brief     Implements class GroupInfoBox
 //!
 //! @homepage  http://www.bornagainproject.org
@@ -12,7 +12,7 @@
 //
 //  ************************************************************************************************
 
-#include "GUI/Views/InfoWidgets/GroupInfoBox.h"
+#include "GUI/Views/PropertyEditor/GroupInfoBox.h"
 #include "GUI/utils/hostosinfo.h"
 #include <QApplication>
 #include <QMouseEvent>
diff --git a/GUI/Views/InfoWidgets/GroupInfoBox.h b/GUI/Views/PropertyEditor/GroupInfoBox.h
similarity index 82%
rename from GUI/Views/InfoWidgets/GroupInfoBox.h
rename to GUI/Views/PropertyEditor/GroupInfoBox.h
index f0cb1b71d05..b931a877934 100644
--- a/GUI/Views/InfoWidgets/GroupInfoBox.h
+++ b/GUI/Views/PropertyEditor/GroupInfoBox.h
@@ -2,7 +2,7 @@
 //
 //  BornAgain: simulate and fit reflection and scattering
 //
-//! @file      GUI/Views/InfoWidgets/GroupInfoBox.h
+//! @file      GUI/Views/PropertyEditor/GroupInfoBox.h
 //! @brief     Defines class GroupInfoBox
 //!
 //! @homepage  http://www.bornagainproject.org
@@ -12,8 +12,8 @@
 //
 //  ************************************************************************************************
 
-#ifndef BORNAGAIN_GUI_VIEWS_INFOWIDGETS_GROUPINFOBOX_H
-#define BORNAGAIN_GUI_VIEWS_INFOWIDGETS_GROUPINFOBOX_H
+#ifndef BORNAGAIN_GUI_VIEWS_PROPERTYEDITOR_GROUPINFOBOX_H
+#define BORNAGAIN_GUI_VIEWS_PROPERTYEDITOR_GROUPINFOBOX_H
 
 #include <QGroupBox>
 
@@ -41,4 +41,4 @@ private:
     int m_yImage;
 };
 
-#endif // BORNAGAIN_GUI_VIEWS_INFOWIDGETS_GROUPINFOBOX_H
+#endif // BORNAGAIN_GUI_VIEWS_PROPERTYEDITOR_GROUPINFOBOX_H
-- 
GitLab