aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgthreadedrenderloop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/qsgthreadedrenderloop.cpp')
-rw-r--r--src/quick/scenegraph/qsgthreadedrenderloop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/qsgthreadedrenderloop.cpp b/src/quick/scenegraph/qsgthreadedrenderloop.cpp
index 0db5e3f88c..0d98fc6464 100644
--- a/src/quick/scenegraph/qsgthreadedrenderloop.cpp
+++ b/src/quick/scenegraph/qsgthreadedrenderloop.cpp
@@ -943,7 +943,7 @@ void QSGThreadedRenderLoop::handleExposure(Window *w)
w->thread->gl = 0;
QString formatStr;
QDebug(&formatStr) << w->window->requestedFormat();
- QString contextType = QLatin1String(QOpenGLFunctions::isES() ? "EGL" : "OpenGL");
+ QString contextType = QLatin1String("OpenGL");
const char *msg = QT_TRANSLATE_NOOP("QSGThreadedRenderLoop",
"Failed to create %1 context for format %2");
QString translatedMsg = tr(msg).arg(contextType).arg(formatStr);