diff --git a/GUI/View/Instrument/InstrumentsQListView.cpp b/GUI/View/List/InstrumentsQListView.cpp similarity index 98% rename from GUI/View/Instrument/InstrumentsQListView.cpp rename to GUI/View/List/InstrumentsQListView.cpp index a73a84bc8ac524ad64bdf0edaa097dd13e503109..bd168035dd27c6696d41a10ca5faca587fbb1c72 100644 --- a/GUI/View/Instrument/InstrumentsQListView.cpp +++ b/GUI/View/List/InstrumentsQListView.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit reflection and scattering // -//! @file GUI/View/Instrument/InstrumentsQListView.cpp +//! @file GUI/View/List/InstrumentsQListView.cpp //! @brief Implements class InstrumentsQListView. //! //! @homepage http://www.bornagainproject.org @@ -12,7 +12,7 @@ // // ************************************************************************************************ -#include "GUI/View/Instrument/InstrumentsQListView.h" +#include "GUI/View/List/InstrumentsQListView.h" #include "Base/Util/Assert.h" #include "GUI/Model/Device/InstrumentItems.h" #include "GUI/Model/Device/InstrumentXML.h" diff --git a/GUI/View/Instrument/InstrumentsQListView.h b/GUI/View/List/InstrumentsQListView.h similarity index 85% rename from GUI/View/Instrument/InstrumentsQListView.h rename to GUI/View/List/InstrumentsQListView.h index bfd4c86ee1a5e7113f332785a48273c3c76c8a52..4a3e5b75657d4c95686b034957505e4e922ee407 100644 --- a/GUI/View/Instrument/InstrumentsQListView.h +++ b/GUI/View/List/InstrumentsQListView.h @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit reflection and scattering // -//! @file GUI/View/Instrument/InstrumentsQListView.h +//! @file GUI/View/List/InstrumentsQListView.h //! @brief Defines class InstrumentsQListView. //! //! @homepage http://www.bornagainproject.org @@ -12,8 +12,8 @@ // // ************************************************************************************************ -#ifndef BORNAGAIN_GUI_VIEW_INSTRUMENT_INSTRUMENTSQLISTVIEW_H -#define BORNAGAIN_GUI_VIEW_INSTRUMENT_INSTRUMENTSQLISTVIEW_H +#ifndef BORNAGAIN_GUI_VIEW_LIST_INSTRUMENTSQLISTVIEW_H +#define BORNAGAIN_GUI_VIEW_LIST_INSTRUMENTSQLISTVIEW_H #include <QListView> @@ -59,4 +59,4 @@ private: static QString m_xml_dir; }; -#endif // BORNAGAIN_GUI_VIEW_INSTRUMENT_INSTRUMENTSQLISTVIEW_H +#endif // BORNAGAIN_GUI_VIEW_LIST_INSTRUMENTSQLISTVIEW_H diff --git a/GUI/View/Views/InstrumentView.cpp b/GUI/View/Views/InstrumentView.cpp index 4a77e4763d28be296757957c597a2f0bdf2bea55..ee652cc19273cff295253ec2d5122b658fe322ec 100644 --- a/GUI/View/Views/InstrumentView.cpp +++ b/GUI/View/Views/InstrumentView.cpp @@ -19,10 +19,10 @@ #include "GUI/Model/Project/ProjectDocument.h" #include "GUI/View/Instrument/DepthprobeInstrumentEditor.h" #include "GUI/View/Instrument/GISASInstrumentEditor.h" -#include "GUI/View/Instrument/InstrumentsQListView.h" #include "GUI/View/Instrument/OffspecInstrumentEditor.h" #include "GUI/View/Instrument/SpecularInstrumentEditor.h" #include "GUI/View/Layout/ApplicationSettings.h" +#include "GUI/View/List/InstrumentsQListView.h" #include "GUI/View/Setup/FrameActions.h" #include "GUI/View/Widget/GroupBoxes.h" #include "GUI/View/Widget/StyledToolbar.h"