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

rename GUI/View/Manager/ProjectManager.h -> GUI/View/Main/

parent b1865f52
No related branches found
No related tags found
1 merge request!2451rmdir GUI/View/Manager
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "GUI/View/Base/AppConfig.h" #include "GUI/View/Base/AppConfig.h"
#include "GUI/View/Base/mainwindow_constants.h" #include "GUI/View/Base/mainwindow_constants.h"
#include "GUI/View/Main/AboutDialog.h" #include "GUI/View/Main/AboutDialog.h"
#include "GUI/View/Manager/ProjectManager.h" #include "GUI/View/Main/ProjectManager.h"
#include "GUI/View/View/InstrumentView.h" #include "GUI/View/View/InstrumentView.h"
#include "GUI/View/View/JobView.h" #include "GUI/View/View/JobView.h"
#include "GUI/View/View/SampleView.h" #include "GUI/View/View/SampleView.h"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "GUI/View/Base/mainwindow_constants.h" #include "GUI/View/Base/mainwindow_constants.h"
#include "GUI/View/Main/ActionManager.h" #include "GUI/View/Main/ActionManager.h"
#include "GUI/View/Main/CentralWidget.h" #include "GUI/View/Main/CentralWidget.h"
#include "GUI/View/Manager/ProjectManager.h" #include "GUI/View/Main/ProjectManager.h"
#include "GUI/View/Setup/FrameActions.h" #include "GUI/View/Setup/FrameActions.h"
#include <QApplication> #include <QApplication>
#include <QDir> #include <QDir>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/View/Manager/ProjectManager.h" #include "GUI/View/Main/ProjectManager.h"
#include "Base/Util/Assert.h" #include "Base/Util/Assert.h"
#include "GUI/Model/Project/AutosaveController.h" #include "GUI/Model/Project/AutosaveController.h"
#include "GUI/Model/Project/ProjectDocument.h" #include "GUI/Model/Project/ProjectDocument.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/View/Manager/ProjectManager.h //! @file GUI/View/Main/ProjectManager.h
//! @brief Defines class ProjectManager. //! @brief Defines class ProjectManager.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_MANAGER_PROJECTMANAGER_H #ifndef BORNAGAIN_GUI_VIEW_MAIN_PROJECTMANAGER_H
#define BORNAGAIN_GUI_VIEW_MANAGER_PROJECTMANAGER_H #define BORNAGAIN_GUI_VIEW_MAIN_PROJECTMANAGER_H
#include <QObject> #include <QObject>
#include <QStringList> #include <QStringList>
...@@ -67,4 +67,4 @@ private: ...@@ -67,4 +67,4 @@ private:
std::unique_ptr<AutosaveController> m_autosave; std::unique_ptr<AutosaveController> m_autosave;
}; };
#endif // BORNAGAIN_GUI_VIEW_MANAGER_PROJECTMANAGER_H #endif // BORNAGAIN_GUI_VIEW_MAIN_PROJECTMANAGER_H
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "BATesting.h" #include "BATesting.h"
#include "GUI/Model/Project/ProjectDocument.h" #include "GUI/Model/Project/ProjectDocument.h"
#include "GUI/View/Manager/ProjectManager.h" #include "GUI/View/Main/ProjectManager.h"
#include "Tests/GTestWrapper/google_test.h" #include "Tests/GTestWrapper/google_test.h"
#include <filesystem> #include <filesystem>
......
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