summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickwebviewgraphics/tst_qquickwebviewgraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickwebviewgraphics/tst_qquickwebviewgraphics.cpp')
-rw-r--r--tests/auto/quick/qquickwebviewgraphics/tst_qquickwebviewgraphics.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/quick/qquickwebviewgraphics/tst_qquickwebviewgraphics.cpp b/tests/auto/quick/qquickwebviewgraphics/tst_qquickwebviewgraphics.cpp
index 213420b13..2595514a7 100644
--- a/tests/auto/quick/qquickwebviewgraphics/tst_qquickwebviewgraphics.cpp
+++ b/tests/auto/quick/qquickwebviewgraphics/tst_qquickwebviewgraphics.cpp
@@ -109,11 +109,7 @@ tst_QQuickWebViewGraphics::~tst_QQuickWebViewGraphics()
// It is only called once.
void tst_QQuickWebViewGraphics::initTestCase()
{
-#if defined(TST_QQUICKWEBVIEWGRAPHICS_SOFTWARE)
- qApp->setProperty("QQuickWebEngineView_DisableHardwareAcceleration", QVariant(true));
-#else
QWebEngine::initialize();
-#endif
}
void tst_QQuickWebViewGraphics::init()