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

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

parent 5b2b7ee9
No related branches found
No related tags found
1 merge request!2142numerous renamings for clearer layering of GUI/View
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Project/PyImportAssistant.cpp
//! @file GUI/View/Manager/PyImportAssistant.cpp
//! @brief Implements class PyImportAssistant.
//!
//! @homepage http://www.bornagainproject.org
......@@ -14,7 +14,7 @@
#ifdef BORNAGAIN_PYTHON
#include "GUI/View/Project/PyImportAssistant.h"
#include "GUI/View/Manager/PyImportAssistant.h"
#include "BABuild.h"
#include "Base/Util/Assert.h"
#include "Base/Util/SysUtil.h"
......@@ -160,6 +160,7 @@ QString getPySampleFunctionName(const QString& snippet)
} // namespace
std::unique_ptr<MultiLayer> PyImportAssistant::importMultiLayer()
{
auto fname = fnameToOpen();
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Project/PyImportAssistant.h
//! @file GUI/View/Manager/PyImportAssistant.h
//! @brief Implements class PyImportAssistant.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_PROJECT_PYIMPORTASSISTANT_H
#define BORNAGAIN_GUI_VIEW_PROJECT_PYIMPORTASSISTANT_H
#ifndef BORNAGAIN_GUI_VIEW_MANAGER_PYIMPORTASSISTANT_H
#define BORNAGAIN_GUI_VIEW_MANAGER_PYIMPORTASSISTANT_H
#ifdef BORNAGAIN_PYTHON
......@@ -38,4 +38,4 @@ SampleItem* itemizeSample(const MultiLayer& sample);
#endif // BORNAGAIN_PYTHON
#endif // BORNAGAIN_GUI_VIEW_PROJECT_PYIMPORTASSISTANT_H
#endif // BORNAGAIN_GUI_VIEW_MANAGER_PYIMPORTASSISTANT_H
......@@ -20,7 +20,7 @@
#include "GUI/Model/Sample/SampleModel.h"
#include "GUI/Support/Util/String.h"
#include "GUI/View/Info/DetailedMessageBox.h"
#include "GUI/View/Project/PyImportAssistant.h"
#include "GUI/View/Manager/PyImportAssistant.h"
#include "Sample/Multilayer/MultiLayer.h"
#include <QIcon>
......
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