fix compilation

This commit is contained in:
Axel Kohlmeyer
2024-07-29 15:07:51 -04:00
parent 9c937113fd
commit 490f3e6890

View File

@ -75,8 +75,8 @@ private:
#include <QChartView> #include <QChartView>
#include <QLineSeries> #include <QLineSeries>
#include <QValueAxis>
class QChart; class QChart;
class QValueAxis;
namespace QtCharts { namespace QtCharts {
class ChartViewer : public QChartView { class ChartViewer : public QChartView {