summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/webgl/qwebglcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/webgl/qwebglcontext.cpp')
-rw-r--r--src/plugins/platforms/webgl/qwebglcontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/webgl/qwebglcontext.cpp b/src/plugins/platforms/webgl/qwebglcontext.cpp
index 5857883..e624595 100644
--- a/src/plugins/platforms/webgl/qwebglcontext.cpp
+++ b/src/plugins/platforms/webgl/qwebglcontext.cpp
@@ -325,7 +325,7 @@ struct GLFunction
static QHash<QString, const GLFunction *> byName;
static QStringList remoteFunctionNames;
- using ParameterList = QVector<Parameter>;
+ using ParameterList = QList<Parameter>;
GLFunction(const QString &remoteName,
const QString &localName,