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

mv ProjectLoadProblemDialog to where it is used

parent 86ac8f58
No related branches found
No related tags found
1 merge request!2059Move code in GUI/View; expose "expand" bit w/o getter and setter; let GroupBoxCollapser take care of boilerplate set and connect statements
...@@ -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/Info/ProjectLoadProblemDialog.cpp //! @file GUI/View/Project/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/Info/ProjectLoadProblemDialog.h" #include "GUI/View/Project/ProjectLoadProblemDialog.h"
#include "GUI/Support/Util/DesignerHelper.h" #include "GUI/Support/Util/DesignerHelper.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/Info/ProjectLoadProblemDialog.h //! @file GUI/View/Project/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_INFO_PROJECTLOADPROBLEMDIALOG_H #ifndef BORNAGAIN_GUI_VIEW_PROJECT_PROJECTLOADPROBLEMDIALOG_H
#define BORNAGAIN_GUI_VIEW_INFO_PROJECTLOADPROBLEMDIALOG_H #define BORNAGAIN_GUI_VIEW_PROJECT_PROJECTLOADPROBLEMDIALOG_H
#include <QDialog> #include <QDialog>
#include <QString> #include <QString>
...@@ -34,4 +34,4 @@ private: ...@@ -34,4 +34,4 @@ private:
QString m_projectDocumentVersion; QString m_projectDocumentVersion;
}; };
#endif // BORNAGAIN_GUI_VIEW_INFO_PROJECTLOADPROBLEMDIALOG_H #endif // BORNAGAIN_GUI_VIEW_PROJECT_PROJECTLOADPROBLEMDIALOG_H
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "GUI/Support/Tool/mainwindow_constants.h" #include "GUI/Support/Tool/mainwindow_constants.h"
#include "GUI/Support/Util/MessageService.h" #include "GUI/Support/Util/MessageService.h"
#include "GUI/View/Info/MessageBox.h" #include "GUI/View/Info/MessageBox.h"
#include "GUI/View/Info/ProjectLoadProblemDialog.h" #include "GUI/View/Project/ProjectLoadProblemDialog.h"
#include "GUI/View/Project/AutosaveController.h" #include "GUI/View/Project/AutosaveController.h"
#include "GUI/View/Project/NewProjectDialog.h" #include "GUI/View/Project/NewProjectDialog.h"
#include <QApplication> #include <QApplication>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment