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

rmdir GUI/View/Script

parent 16b2eb2d
No related branches found
No related tags found
1 merge request!1375decouple GUI subdirectories Tool and Common
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Script/PythonScriptWidget.cpp
//! @file GUI/View/Toplevel/PythonScriptWidget.cpp
//! @brief Implements class PythonScriptWidget
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/View/Script/PythonScriptWidget.h"
#include "GUI/View/Toplevel/PythonScriptWidget.h"
#include "GUI/Application/ApplicationSettings.h"
#include "GUI/Model/ToCore/SimulationToCore.h"
#include "GUI/View/Info/CautionSign.h"
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Script/PythonScriptWidget.h
//! @file GUI/View/Toplevel/PythonScriptWidget.h
//! @brief Defines class PythonScriptWidget
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_SCRIPT_PYTHONSCRIPTWIDGET_H
#define BORNAGAIN_GUI_VIEW_SCRIPT_PYTHONSCRIPTWIDGET_H
#ifndef BORNAGAIN_GUI_VIEW_TOPLEVEL_PYTHONSCRIPTWIDGET_H
#define BORNAGAIN_GUI_VIEW_TOPLEVEL_PYTHONSCRIPTWIDGET_H
#include <QDialog>
......@@ -46,4 +46,4 @@ private:
QString m_outputDir;
};
#endif // BORNAGAIN_GUI_VIEW_SCRIPT_PYTHONSCRIPTWIDGET_H
#endif // BORNAGAIN_GUI_VIEW_TOPLEVEL_PYTHONSCRIPTWIDGET_H
......@@ -24,7 +24,7 @@
#include "GUI/Support/Data/SimulationOptionsItem.h"
#include "GUI/View/Tool/Globals.h"
#include "GUI/View/Project/ProjectManager.h"
#include "GUI/View/Script/PythonScriptWidget.h"
#include "GUI/View/Toplevel/PythonScriptWidget.h"
#include "GUI/View/Tool/GroupBoxCollapser.h"
#include "ui_SimulationView.h"
#include <QButtonGroup>
......
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