Skip to content
Snippets Groups Projects

Reduce include dependences in GUI; break cyclic dependence between View and Model

Merged Wuttke, Joachim requested to merge sf7 into develop
3 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_VIEW_INTENSITY_PLOTSTATUSLABEL_H
#define BORNAGAIN_GUI_VIEW_INTENSITY_PLOTSTATUSLABEL_H
#include "GUI/Widget/Common/StatusLabel.h"
#include "GUI/View/Intensity/StatusLabel.h"
#include <QList>
class ScientificPlot;
Loading