diff options
Diffstat (limited to 'tests/manual/qopenglcontext/qopenglcontextwindow.cpp')
| -rw-r--r-- | tests/manual/qopenglcontext/qopenglcontextwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qopenglcontext/qopenglcontextwindow.cpp b/tests/manual/qopenglcontext/qopenglcontextwindow.cpp index 67898c0028e..4a369f8eda8 100644 --- a/tests/manual/qopenglcontext/qopenglcontextwindow.cpp +++ b/tests/manual/qopenglcontext/qopenglcontextwindow.cpp @@ -112,7 +112,7 @@ void QOpenGLContextWindow::createForeignContext() QSurfaceFormat fmt = format(); EGLConfig config = q_configFromGLFormat(dpy, fmt); - QVector<EGLint> contextAttrs; + QList<EGLint> contextAttrs; contextAttrs.append(EGL_CONTEXT_CLIENT_VERSION); contextAttrs.append(fmt.majorVersion()); contextAttrs.append(EGL_NONE); |
