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

corrs

parent 26cc2ae2
No related branches found
No related tags found
1 merge request!2142numerous renamings for clearer layering of GUI/View
......@@ -15,8 +15,8 @@
#include "GUI/View/Frame/Plot2DFrame.h"
#include "GUI/Model/Data/Data2DItem.h"
#include "GUI/Support/Util/ActionFactory.h"
#include "GUI/View/Setup/Fourier2DPresenter.h"
#include "GUI/View/Plot2D/IntensityDataCanvas.h"
#include "GUI/View/Setup/Fourier2DPresenter.h"
#include "GUI/View/Setup/Scale2DEditor.h"
#include <QBoxLayout>
#include <QMenu>
......
......@@ -16,7 +16,7 @@
#include "Base/Util/Assert.h"
#include "GUI/Model/Job/FitSuiteItem.h"
#include "GUI/Model/Job/JobItem.h"
#include "GUI/View/PlotProgress/HistogramPlot.h"
#include "GUI/View/PlotUtil/HistogramPlot.h"
#include <QVBoxLayout>
FitFlowWidget::FitFlowWidget(QWidget* parent)
......
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/View/PlotProgress/HistogramPlot.h"
#include "GUI/View/PlotUtil/HistogramPlot.h"
#include "GUI/Support/Util/Style.h"
#include <qcustomplot.h>
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/PlotProgress/HistogramPlot.h
//! @file GUI/View/PlotUtil/HistogramPlot.h
//! @brief Defines class HistogramPlot.
//!
//! @homepage http://www.bornagainproject.org
......
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