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

mv source pair

parent 791c51b5
No related branches found
No related tags found
1 merge request!427Reduce include dependences in GUI; break cyclic dependence between View and Model
Pipeline #48797 passed
......@@ -26,7 +26,7 @@
#include "GUI/View/Import/RealDataPropertiesWidget.h"
#include "GUI/View/Import/RealDataTreeModel.h"
#include "GUI/View/Main/ProjectManager.h"
#include "GUI/View/Tool/MessageBox.h"
#include "GUI/View/Info/MessageBox.h"
#include <QFileDialog>
#include <QItemSelectionModel>
#include <QLineEdit>
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Tool/MessageBox.cpp
//! @file GUI/View/Info/MessageBox.cpp
//! @brief Implements GUIHelpers functions
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/View/Tool/MessageBox.h"
#include "GUI/View/Info/MessageBox.h"
#include <QApplication>
#include <QMessageBox>
#include <QPushButton>
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Tool/MessageBox.h
//! @file GUI/View/Info/MessageBox.h
//! @brief Defines class GUIHelpers functions
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_TOOL_MESSAGEBOX_H
#define BORNAGAIN_GUI_VIEW_TOOL_MESSAGEBOX_H
#ifndef BORNAGAIN_GUI_VIEW_INFO_MESSAGEBOX_H
#define BORNAGAIN_GUI_VIEW_INFO_MESSAGEBOX_H
#include <QWidget>
......@@ -38,4 +38,4 @@ bool okToDelete(QWidget* parent, const QString& title, const QString& text,
} // namespace GUI::View::Helpers
#endif // BORNAGAIN_GUI_VIEW_TOOL_MESSAGEBOX_H
#endif // BORNAGAIN_GUI_VIEW_INFO_MESSAGEBOX_H
......@@ -20,7 +20,7 @@
#include "GUI/View/Intensity/ColorMap.h"
#include "GUI/View/Intensity/ColorMapCanvas.h"
#include "GUI/View/Intensity/SavePlotAssistant.h"
#include "GUI/View/Tool/MessageBox.h"
#include "GUI/View/Info/MessageBox.h"
#include <QAction>
#include <QMouseEvent>
#include <QSettings>
......
......@@ -25,7 +25,7 @@
#include "GUI/View/Main/MainWindow.h"
#include "GUI/View/Main/NewProjectDialog.h"
#include "GUI/View/Main/SaveService.h"
#include "GUI/View/Tool/MessageBox.h"
#include "GUI/View/Info/MessageBox.h"
#include <QApplication>
#include <QDateTime>
#include <QFileDialog>
......
......@@ -27,7 +27,7 @@
#include "GUI/View/Info/ComboSelectorDialog.h"
#include "GUI/View/Info/DetailedMessageBox.h"
#include "GUI/View/Main/ProjectManager.h"
#include "GUI/View/Tool/MessageBox.h"
#include "GUI/View/Info/MessageBox.h"
#include "Sample/Multilayer/MultiLayer.h"
#include "Sample/Multilayer/PyImport.h"
#include <QApplication>
......
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