##// END OF EJS Templates
Fixed build failure related to QOpenGLBuffer include...
Titta Heikkala -
r2848:0b24d110d889
parent child
Show More
@@ -36,14 +36,13
36 36 #include <QtWidgets/QOpenGLWidget>
37 37 #include <QtGui/QOpenGLFunctions>
38 38 #include <QtGui/QOpenGLVertexArrayObject>
39 #include <QtGui/QOpenGLBuffer>
39 40 #include <QtCore/QHash>
40 41 #include <QtCharts/QAbstractSeries>
41 42 #include <QtCharts/QXYSeries>
42 43
43 44 QT_FORWARD_DECLARE_CLASS(QOpenGLShaderProgram)
44 45
45 class QOpenGLBuffer;
46
47 46 QT_CHARTS_BEGIN_NAMESPACE
48 47
49 48 class GLXYSeriesDataManager;
@@ -28,9 +28,8
28 28 #include <QtQuick/QQuickWindow>
29 29 #include <QtGui/QOpenGLVertexArrayObject>
30 30 #include <QtGui/QOpenGLFunctions>
31
32 class QOpenGLFramebufferObject;
33 class QOpenGLBuffer;
31 #include <QtGui/QOpenGLFramebufferObject>
32 #include <QtGui/QOpenGLBuffer>
34 33
35 34 QT_CHARTS_BEGIN_NAMESPACE
36 35
General Comments 0
You need to be logged in to leave comments. Login now