summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/opengl')
-rw-r--r--src/gui/opengl/qopenglprogrambinarycache_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/opengl/qopenglprogrambinarycache_p.h b/src/gui/opengl/qopenglprogrambinarycache_p.h
index 1642d6efab..d8fdf1d8c5 100644
--- a/src/gui/opengl/qopenglprogrambinarycache_p.h
+++ b/src/gui/opengl/qopenglprogrambinarycache_p.h
@@ -78,7 +78,7 @@ public:
QByteArray source;
};
struct Q_GUI_EXPORT ProgramDesc {
- QVector<ShaderDesc> shaders;
+ QList<ShaderDesc> shaders;
QByteArray cacheKey() const;
};