@@ -36,14 +36,13 | |||||
36 | #include <QtWidgets/QOpenGLWidget> |
|
36 | #include <QtWidgets/QOpenGLWidget> | |
37 | #include <QtGui/QOpenGLFunctions> |
|
37 | #include <QtGui/QOpenGLFunctions> | |
38 | #include <QtGui/QOpenGLVertexArrayObject> |
|
38 | #include <QtGui/QOpenGLVertexArrayObject> | |
|
39 | #include <QtGui/QOpenGLBuffer> | |||
39 | #include <QtCore/QHash> |
|
40 | #include <QtCore/QHash> | |
40 | #include <QtCharts/QAbstractSeries> |
|
41 | #include <QtCharts/QAbstractSeries> | |
41 | #include <QtCharts/QXYSeries> |
|
42 | #include <QtCharts/QXYSeries> | |
42 |
|
43 | |||
43 | QT_FORWARD_DECLARE_CLASS(QOpenGLShaderProgram) |
|
44 | QT_FORWARD_DECLARE_CLASS(QOpenGLShaderProgram) | |
44 |
|
45 | |||
45 | class QOpenGLBuffer; |
|
|||
46 |
|
||||
47 | QT_CHARTS_BEGIN_NAMESPACE |
|
46 | QT_CHARTS_BEGIN_NAMESPACE | |
48 |
|
47 | |||
49 | class GLXYSeriesDataManager; |
|
48 | class GLXYSeriesDataManager; |
@@ -28,9 +28,8 | |||||
28 | #include <QtQuick/QQuickWindow> |
|
28 | #include <QtQuick/QQuickWindow> | |
29 | #include <QtGui/QOpenGLVertexArrayObject> |
|
29 | #include <QtGui/QOpenGLVertexArrayObject> | |
30 | #include <QtGui/QOpenGLFunctions> |
|
30 | #include <QtGui/QOpenGLFunctions> | |
31 |
|
31 | #include <QtGui/QOpenGLFramebufferObject> | ||
32 | class QOpenGLFramebufferObject; |
|
32 | #include <QtGui/QOpenGLBuffer> | |
33 | class QOpenGLBuffer; |
|
|||
34 |
|
33 | |||
35 | QT_CHARTS_BEGIN_NAMESPACE |
|
34 | QT_CHARTS_BEGIN_NAMESPACE | |
36 |
|
35 |
General Comments 0
You need to be logged in to leave comments.
Login now