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

mv-src

parent 27f7b4d9
No related branches found
No related tags found
1 merge request!598Reorganize GUI/Model subdirectories; remove unused includes; mv some fcts
...@@ -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/Instrument/InstrumentLibrary.cpp //! @file GUI/Model/State/InstrumentLibrary.cpp
//! @brief Implements class InstrumentLibrary //! @brief Implements class InstrumentLibrary
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/Model/Instrument/InstrumentLibrary.h" #include "GUI/Model/State/InstrumentLibrary.h"
#include "GUI/Model/Item/InstrumentItems.h" #include "GUI/Model/Item/InstrumentItems.h"
#include "GUI/Util/Path.h" #include "GUI/Util/Path.h"
#include <QFile> #include <QFile>
......
...@@ -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/Instrument/InstrumentLibrary.h //! @file GUI/Model/State/InstrumentLibrary.h
//! @brief Defines class InstrumentLibrary //! @brief Defines class InstrumentLibrary
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_GUI_MODEL_INSTRUMENT_INSTRUMENTLIBRARY_H #ifndef BORNAGAIN_GUI_MODEL_STATE_INSTRUMENTLIBRARY_H
#define BORNAGAIN_GUI_MODEL_INSTRUMENT_INSTRUMENTLIBRARY_H #define BORNAGAIN_GUI_MODEL_STATE_INSTRUMENTLIBRARY_H
#include "GUI/Model/Model/InstrumentModel.h" #include "GUI/Model/Model/InstrumentModel.h"
...@@ -38,4 +38,4 @@ private: ...@@ -38,4 +38,4 @@ private:
bool m_modified; bool m_modified;
}; };
#endif // BORNAGAIN_GUI_MODEL_INSTRUMENT_INSTRUMENTLIBRARY_H #endif // BORNAGAIN_GUI_MODEL_STATE_INSTRUMENTLIBRARY_H
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_MODEL_STATE_SESSIONDATA_H #ifndef BORNAGAIN_GUI_MODEL_STATE_SESSIONDATA_H
#define BORNAGAIN_GUI_MODEL_STATE_SESSIONDATA_H #define BORNAGAIN_GUI_MODEL_STATE_SESSIONDATA_H
#include "GUI/Model/Instrument/InstrumentLibrary.h" #include "GUI/Model/State/InstrumentLibrary.h"
class ProjectDocument; class ProjectDocument;
......
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