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

forward declare class QCustomPlot

parent a2a63fb0
No related branches found
No related tags found
1 merge request!1338unify include statements for qcustomplot.h, and forward declare in some places
......@@ -14,6 +14,7 @@
#include "GUI/View/PlotComparison/HistogramPlot.h"
#include "GUI/View/PlotUtil/PlotConstants.h"
#include <qcustomplot.h>
HistogramPlot::HistogramPlot(QWidget* parent)
: QWidget(parent)
......
......@@ -16,7 +16,8 @@
#define BORNAGAIN_GUI_VIEW_PLOTCOMPARISON_HISTOGRAMPLOT_H
#include <QWidget>
#include <qcustomplot.h>
class QCustomPlot;
class HistogramPlot : public QWidget {
Q_OBJECT
......
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