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

rename GUI/View/Main/PyImportAssistant -> GUI/View/Loader/

parent da90c4c4
No related branches found
No related tags found
1 merge request!2451rmdir GUI/View/Manager
Pipeline #134189 passed
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Main/PyImportAssistant.cpp
//! @file GUI/View/Loader/PyImportAssistant.cpp
//! @brief Implements class PyImportAssistant.
//!
//! @homepage http://www.bornagainproject.org
......@@ -14,7 +14,7 @@
#ifdef BORNAGAIN_PYTHON
#include "GUI/View/Main/PyImportAssistant.h"
#include "GUI/View/Loader/PyImportAssistant.h"
#include "BABuild.h"
#include "Base/Util/Assert.h"
#include "Base/Util/SysUtil.h"
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Main/PyImportAssistant.h
//! @file GUI/View/Loader/PyImportAssistant.h
//! @brief Implements class PyImportAssistant.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_MAIN_PYIMPORTASSISTANT_H
#define BORNAGAIN_GUI_VIEW_MAIN_PYIMPORTASSISTANT_H
#ifndef BORNAGAIN_GUI_VIEW_LOADER_PYIMPORTASSISTANT_H
#define BORNAGAIN_GUI_VIEW_LOADER_PYIMPORTASSISTANT_H
#ifdef BORNAGAIN_PYTHON
......@@ -32,4 +32,4 @@ SampleItem* importMultiLayer();
#endif // BORNAGAIN_PYTHON
#endif // BORNAGAIN_GUI_VIEW_MAIN_PYIMPORTASSISTANT_H
#endif // BORNAGAIN_GUI_VIEW_LOADER_PYIMPORTASSISTANT_H
......@@ -21,7 +21,7 @@
#include "GUI/Model/Sample/ParticleLayoutItem.h"
#include "GUI/Model/Sample/SamplesSet.h"
#include "GUI/View/Base/mainwindow_constants.h"
#include "GUI/View/Main/PyImportAssistant.h"
#include "GUI/View/Loader/PyImportAssistant.h"
#include "GUI/View/Modelview/SetView.h"
#include "GUI/View/Realspace/RealspacePanel.h"
#include "GUI/View/Realspace/RealspaceWidget.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