aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickwindow
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2020-11-02 07:58:06 +0100
committerOliver Wolff <oliver.wolff@qt.io>2021-08-02 13:31:23 +0200
commitd10cc557e295ec10486db7e674d87e4fd4143551 (patch)
tree9fa95a6e5d7ffe3fd55c96fc3f2ac84d4ce8d3c0 /tests/auto/quick/qquickwindow
parent282036c5d9e33ef3fa9ee28d5f625dcb4f3abcbc (diff)
Remove Windows 7 codepaths
Pick-to: 6.2 Task-number: QTBUG-84432 Change-Id: I623b45de6db5060516c0bec30a1e4c1ecbe8374d Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'tests/auto/quick/qquickwindow')
-rw-r--r--tests/auto/quick/qquickwindow/tst_qquickwindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp b/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
index 1a04d317ce..317d97bda6 100644
--- a/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
+++ b/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
@@ -3688,8 +3688,7 @@ void tst_qquickwindow::rendererInterfaceWithRenderControl_data()
QTest::newRow("Vulkan") << QSGRendererInterface::VulkanRhi;
#endif
#ifdef Q_OS_WIN
- if (QOperatingSystemVersion::current() > QOperatingSystemVersion::Windows7)
- QTest::newRow("D3D11") << QSGRendererInterface::Direct3D11Rhi;
+ QTest::newRow("D3D11") << QSGRendererInterface::Direct3D11Rhi;
#endif
#if defined(Q_OS_MACOS) || defined(Q_OS_IOS)
QTest::newRow("Metal") << QSGRendererInterface::MetalRhi;