summaryrefslogtreecommitdiffstats
path: root/src/opengl/qopenglengineshadermanager_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/qopenglengineshadermanager_p.h')
-rw-r--r--src/opengl/qopenglengineshadermanager_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qopenglengineshadermanager_p.h b/src/opengl/qopenglengineshadermanager_p.h
index 71e6214278..5aaa1903a1 100644
--- a/src/opengl/qopenglengineshadermanager_p.h
+++ b/src/opengl/qopenglengineshadermanager_p.h
@@ -386,7 +386,7 @@ public:
QByteArray customStageSource; //TODO: Decent cache key for custom stages
QOpenGLShaderProgram* program;
- QVector<uint> uniformLocations;
+ QList<uint> uniformLocations;
bool useTextureCoords;
bool useOpacityAttribute;