summaryrefslogtreecommitdiffstats
path: root/src/opengl/qopenglpaintengine_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/qopenglpaintengine_p.h')
-rw-r--r--src/opengl/qopenglpaintengine_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opengl/qopenglpaintengine_p.h b/src/opengl/qopenglpaintengine_p.h
index 1a5f82b313..f2e5d97f39 100644
--- a/src/opengl/qopenglpaintengine_p.h
+++ b/src/opengl/qopenglpaintengine_p.h
@@ -332,8 +332,8 @@ public:
QTriangulatingStroker stroker;
QDashedStrokeProcessor dasher;
- QList<GLuint> unusedVBOSToClean;
- QList<GLuint> unusedIBOSToClean;
+ QVarLengthArray<GLuint, 8> unusedVBOSToClean;
+ QVarLengthArray<GLuint, 8> unusedIBOSToClean;
const GLfloat *vertexAttribPointers[3];
};