Skip to content
Snippets Groups Projects
Commit 776e57c9 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

mv-src GUI/Model/CatDevice/MaskItemCatalog. GUI/Model/Data/

parent 413f0be3
No related branches found
No related tags found
1 merge request!1574reorganize GUI/Model subdirectories
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/Model/CatDevice/MaskItemCatalog.cpp //! @file GUI/Model/Data/MaskItemCatalog.cpp
//! @brief Implements class MaskItemCatalog //! @brief Implements class MaskItemCatalog
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/Model/CatDevice/MaskItemCatalog.h" #include "GUI/Model/Data/MaskItemCatalog.h"
#include "GUI/Model/Data/MaskItems.h" #include "GUI/Model/Data/MaskItems.h"
MaskItem* MaskItemCatalog::create(Type type) MaskItem* MaskItemCatalog::create(Type type)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/Model/CatDevice/MaskItemCatalog.h //! @file GUI/Model/Data/MaskItemCatalog.h
//! @brief Defines class MaskItemCatalog //! @brief Defines class MaskItemCatalog
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_GUI_MODEL_CATDEVICE_MASKITEMCATALOG_H #ifndef BORNAGAIN_GUI_MODEL_DATA_MASKITEMCATALOG_H
#define BORNAGAIN_GUI_MODEL_CATDEVICE_MASKITEMCATALOG_H #define BORNAGAIN_GUI_MODEL_DATA_MASKITEMCATALOG_H
#include "GUI/Support/Type/UiInfo.h" #include "GUI/Support/Type/UiInfo.h"
#include <QVector> #include <QVector>
...@@ -49,4 +49,4 @@ public: ...@@ -49,4 +49,4 @@ public:
static Type type(const MaskItem* item); static Type type(const MaskItem* item);
}; };
#endif // BORNAGAIN_GUI_MODEL_CATDEVICE_MASKITEMCATALOG_H #endif // BORNAGAIN_GUI_MODEL_DATA_MASKITEMCATALOG_H
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include "Base/Types/OwningVector.h" #include "Base/Types/OwningVector.h"
#include "Base/Util/Assert.h" #include "Base/Util/Assert.h"
#include "GUI/Model/CatDevice/MaskItemCatalog.h" #include "GUI/Model/Data/MaskItemCatalog.h"
#include "GUI/Model/Descriptor/SelectionProperty.h" #include "GUI/Model/Descriptor/SelectionProperty.h"
#include <QAbstractListModel> #include <QAbstractListModel>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment