diff --git a/GUI/View/Instrument/InstrumentsQListView.cpp b/GUI/View/Instrument/InstrumentsQListView.cpp index ce33ee9a44cdef0da146afbb69c4cae2acb68063..a73a84bc8ac524ad64bdf0edaa097dd13e503109 100644 --- a/GUI/View/Instrument/InstrumentsQListView.cpp +++ b/GUI/View/Instrument/InstrumentsQListView.cpp @@ -18,8 +18,8 @@ #include "GUI/Model/Device/InstrumentXML.h" #include "GUI/Model/Device/InstrumentsSet.h" #include "GUI/Model/Project/ProjectDocument.h" -#include "GUI/View/Instrument/InstrumentsQListModel.h" #include "GUI/View/Layout/ApplicationSettings.h" +#include "GUI/View/List/InstrumentsQListModel.h" #include "GUI/View/Setup/FrameActions.h" #include "GUI/View/Widget/FileDialog.h" #include "GUI/View/Widget/ItemViewOverlayButtons.h" diff --git a/GUI/View/Instrument/InstrumentsQListModel.cpp b/GUI/View/List/InstrumentsQListModel.cpp similarity index 97% rename from GUI/View/Instrument/InstrumentsQListModel.cpp rename to GUI/View/List/InstrumentsQListModel.cpp index 4f1af431b4716c030a9f43c8ab155adf94cd407e..88ad12c6abd9467a88c181879c6a22d8b7f27897 100644 --- a/GUI/View/Instrument/InstrumentsQListModel.cpp +++ b/GUI/View/List/InstrumentsQListModel.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit reflection and scattering // -//! @file GUI/View/Instrument/InstrumentsQListModel.cpp +//! @file GUI/View/List/InstrumentsQListModel.cpp //! @brief Implements class InstrumentsQListModel. //! //! @homepage http://www.bornagainproject.org @@ -12,7 +12,7 @@ // // ************************************************************************************************ -#include "GUI/View/Instrument/InstrumentsQListModel.h" +#include "GUI/View/List/InstrumentsQListModel.h" #include "Base/Util/Assert.h" #include "GUI/Model/Device/InstrumentItems.h" #include "GUI/Model/Device/InstrumentsSet.h" diff --git a/GUI/View/Instrument/InstrumentsQListModel.h b/GUI/View/List/InstrumentsQListModel.h similarity index 86% rename from GUI/View/Instrument/InstrumentsQListModel.h rename to GUI/View/List/InstrumentsQListModel.h index ec6c3162743305f8f3d4f73c1cafe96adb4d4db1..8b63f264942789595d681647b0b16553fae65ec9 100644 --- a/GUI/View/Instrument/InstrumentsQListModel.h +++ b/GUI/View/List/InstrumentsQListModel.h @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit reflection and scattering // -//! @file GUI/View/Instrument/InstrumentsQListModel.h +//! @file GUI/View/List/InstrumentsQListModel.h //! @brief Defines class InstrumentsQListModel. //! //! @homepage http://www.bornagainproject.org @@ -12,8 +12,8 @@ // // ************************************************************************************************ -#ifndef BORNAGAIN_GUI_VIEW_INSTRUMENT_INSTRUMENTSQLISTMODEL_H -#define BORNAGAIN_GUI_VIEW_INSTRUMENT_INSTRUMENTSQLISTMODEL_H +#ifndef BORNAGAIN_GUI_VIEW_LIST_INSTRUMENTSQLISTMODEL_H +#define BORNAGAIN_GUI_VIEW_LIST_INSTRUMENTSQLISTMODEL_H #include <QAbstractListModel> @@ -47,4 +47,4 @@ private: void onInstrumentNameChanged(const InstrumentItem* instrument); }; -#endif // BORNAGAIN_GUI_VIEW_INSTRUMENT_INSTRUMENTSQLISTMODEL_H +#endif // BORNAGAIN_GUI_VIEW_LIST_INSTRUMENTSQLISTMODEL_H