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

rename GUI/View/Project/ProjectLoadProblemDialog. -> GUI/View/Manager/

parent ce5d4b6e
No related branches found
No related tags found
1 merge request!2142numerous renamings for clearer layering of GUI/View
...@@ -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/Project/ProjectLoadProblemDialog.cpp //! @file GUI/View/Manager/ProjectLoadProblemDialog.cpp
//! @brief Implements class ProjectLoadProblemDialog. //! @brief Implements class ProjectLoadProblemDialog.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/View/Project/ProjectLoadProblemDialog.h" #include "GUI/View/Manager/ProjectLoadProblemDialog.h"
#include "GUI/Support/Style/Style.h" #include "GUI/Support/Style/Style.h"
#include "GUI/Support/Util/Path.h" #include "GUI/Support/Util/Path.h"
#include <QGridLayout> #include <QGridLayout>
......
...@@ -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/Project/ProjectLoadProblemDialog.h //! @file GUI/View/Manager/ProjectLoadProblemDialog.h
//! @brief Defines class ProjectLoadProblemDialog. //! @brief Defines class ProjectLoadProblemDialog.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_PROJECT_PROJECTLOADPROBLEMDIALOG_H #ifndef BORNAGAIN_GUI_VIEW_MANAGER_PROJECTLOADPROBLEMDIALOG_H
#define BORNAGAIN_GUI_VIEW_PROJECT_PROJECTLOADPROBLEMDIALOG_H #define BORNAGAIN_GUI_VIEW_MANAGER_PROJECTLOADPROBLEMDIALOG_H
#include <QDialog> #include <QDialog>
#include <QString> #include <QString>
...@@ -33,4 +33,4 @@ private: ...@@ -33,4 +33,4 @@ private:
QString m_projectDocumentVersion; QString m_projectDocumentVersion;
}; };
#endif // BORNAGAIN_GUI_VIEW_PROJECT_PROJECTLOADPROBLEMDIALOG_H #endif // BORNAGAIN_GUI_VIEW_MANAGER_PROJECTLOADPROBLEMDIALOG_H
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "GUI/View/Info/MessageBox.h" #include "GUI/View/Info/MessageBox.h"
#include "GUI/View/Manager/AutosaveController.h" #include "GUI/View/Manager/AutosaveController.h"
#include "GUI/View/Manager/NewProjectDialog.h" #include "GUI/View/Manager/NewProjectDialog.h"
#include "GUI/View/Project/ProjectLoadProblemDialog.h" #include "GUI/View/Manager/ProjectLoadProblemDialog.h"
#include "GUI/View/Tool/Globals.h" #include "GUI/View/Tool/Globals.h"
#include "GUI/View/Tool/mainwindow_constants.h" #include "GUI/View/Tool/mainwindow_constants.h"
#include "GUI/View/Widget/ApplicationSettings.h" #include "GUI/View/Widget/ApplicationSettings.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