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

mv

parent 6cd81ee1
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/Models/Parameter/ParameterTuningModel.cpp //! @file GUI/Models/Fit/ParameterTuningModel.cpp
//! @brief Implements class ParameterTuningModel //! @brief Implements class ParameterTuningModel
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/Models/Parameter/ParameterTuningModel.h" #include "GUI/Models/Fit/ParameterTuningModel.h"
#include "GUI/Models/Fit/FitParameterHelper.h" #include "GUI/Models/Fit/FitParameterHelper.h"
#include "GUI/Models/Parameter/ParameterTreeItems.h" #include "GUI/Models/Parameter/ParameterTreeItems.h"
#include "GUI/Models/Session/SessionModel.h" #include "GUI/Models/Session/SessionModel.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/Models/Parameter/ParameterTuningModel.h //! @file GUI/Models/Fit/ParameterTuningModel.h
//! @brief Defines class ParameterTuningModel //! @brief Defines class ParameterTuningModel
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_GUI_MODELS_PARAMETER_PARAMETERTUNINGMODEL_H #ifndef BORNAGAIN_GUI_MODELS_FIT_PARAMETERTUNINGMODEL_H
#define BORNAGAIN_GUI_MODELS_PARAMETER_PARAMETERTUNINGMODEL_H #define BORNAGAIN_GUI_MODELS_FIT_PARAMETERTUNINGMODEL_H
#include "GUI/Models/Parameter/FilterPropertyProxy.h" #include "GUI/Models/Parameter/FilterPropertyProxy.h"
...@@ -49,4 +49,4 @@ inline Qt::DropActions ParameterTuningModel::supportedDropActions() const ...@@ -49,4 +49,4 @@ inline Qt::DropActions ParameterTuningModel::supportedDropActions() const
return Qt::IgnoreAction; return Qt::IgnoreAction;
} }
#endif // BORNAGAIN_GUI_MODELS_PARAMETER_PARAMETERTUNINGMODEL_H #endif // BORNAGAIN_GUI_MODELS_FIT_PARAMETERTUNINGMODEL_H
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "GUI/Views/FitWidgets/ParameterTuningDelegate.h" #include "GUI/Views/FitWidgets/ParameterTuningDelegate.h"
#include "GUI/Models/Parameter/ParameterTreeItems.h" #include "GUI/Models/Parameter/ParameterTreeItems.h"
#include "GUI/Models/Parameter/ParameterTuningModel.h" #include "GUI/Models/Fit/ParameterTuningModel.h"
#include "GUI/Models/Session/ModelPath.h" #include "GUI/Models/Session/ModelPath.h"
#include "GUI/Models/Session/SessionItemUtils.h" #include "GUI/Models/Session/SessionItemUtils.h"
#include "GUI/Models/Session/SessionModel.h" #include "GUI/Models/Session/SessionModel.h"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include "GUI/Models/Job/JobItem.h" #include "GUI/Models/Job/JobItem.h"
#include "GUI/Models/Job/JobModel.h" #include "GUI/Models/Job/JobModel.h"
#include "GUI/Models/Parameter/ParameterTreeItems.h" #include "GUI/Models/Parameter/ParameterTreeItems.h"
#include "GUI/Models/Parameter/ParameterTuningModel.h" #include "GUI/Models/Fit/ParameterTuningModel.h"
#include "GUI/Views/FitWidgets/JobRealTimeToolBar.h" #include "GUI/Views/FitWidgets/JobRealTimeToolBar.h"
#include "GUI/Views/FitWidgets/ParameterTuningDelegate.h" #include "GUI/Views/FitWidgets/ParameterTuningDelegate.h"
#include "GUI/Views/FitWidgets/SliderSettingsWidget.h" #include "GUI/Views/FitWidgets/SliderSettingsWidget.h"
......
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