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

decoupled Project from mainwindow

parent 68813a78
No related branches found
No related tags found
1 merge request!427Reduce include dependences in GUI; break cyclic dependence between View and Model
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/mainwindow/OutputDataIOHistory.cpp //! @file GUI/Project/OutputDataIOHistory.cpp
//! @brief Defines OutputDataIOHistory classes //! @brief Defines OutputDataIOHistory classes
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/mainwindow/OutputDataIOHistory.h" #include "GUI/Project/OutputDataIOHistory.h"
#include "Base/Utils/Assert.h" #include "Base/Utils/Assert.h"
#include "GUI/utils/Error.h" #include "GUI/utils/Error.h"
#include "GUI/utils/SaveLoadInterface.h" #include "GUI/utils/SaveLoadInterface.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/mainwindow/OutputDataIOHistory.h //! @file GUI/Project/OutputDataIOHistory.h
//! @brief Defines OutputDataIOHistory classes //! @brief Defines OutputDataIOHistory classes
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_GUI_MAINWINDOW_OUTPUTDATAIOHISTORY_H #ifndef BORNAGAIN_GUI_PROJECT_OUTPUTDATAIOHISTORY_H
#define BORNAGAIN_GUI_MAINWINDOW_OUTPUTDATAIOHISTORY_H #define BORNAGAIN_GUI_PROJECT_OUTPUTDATAIOHISTORY_H
#include <QDateTime> #include <QDateTime>
#include <QMap> #include <QMap>
...@@ -80,4 +80,4 @@ private: ...@@ -80,4 +80,4 @@ private:
QMap<QString, OutputDataDirHistory> m_dir_history; QMap<QString, OutputDataDirHistory> m_dir_history;
}; };
#endif // BORNAGAIN_GUI_MAINWINDOW_OUTPUTDATAIOHISTORY_H #endif // BORNAGAIN_GUI_PROJECT_OUTPUTDATAIOHISTORY_H
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_PROJECT_OUTPUTDATAIOSERVICE_H #ifndef BORNAGAIN_GUI_PROJECT_OUTPUTDATAIOSERVICE_H
#define BORNAGAIN_GUI_PROJECT_OUTPUTDATAIOSERVICE_H #define BORNAGAIN_GUI_PROJECT_OUTPUTDATAIOSERVICE_H
#include "GUI/mainwindow/OutputDataIOHistory.h" #include "GUI/Project/OutputDataIOHistory.h"
#include <QObject> #include <QObject>
class ApplicationModels; class ApplicationModels;
......
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