summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebengineprofile
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-07-06 15:46:38 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-07-09 11:56:02 +0200
commite62dde53f093dd2c404a65cf99e854081396632b (patch)
tree920c3ca9711d166ab9cd1628885a1d4162caf0df /tests/auto/widgets/qwebengineprofile
parent3b363345a3e75eb10827f67b995ae9472a6d0e8e (diff)
Remove outdated QT_VERSION_CHECKs
Pick-to: 6.2 Change-Id: I4c4b78af0bd7da5912b5e0136f9cfdb3c4268a7e Reviewed-by: Kirill Burtsev <kirill.burtsev@qt.io>
Diffstat (limited to 'tests/auto/widgets/qwebengineprofile')
-rw-r--r--tests/auto/widgets/qwebengineprofile/tst_qwebengineprofile.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/widgets/qwebengineprofile/tst_qwebengineprofile.cpp b/tests/auto/widgets/qwebengineprofile/tst_qwebengineprofile.cpp
index bf8e9b471..38f3b04e7 100644
--- a/tests/auto/widgets/qwebengineprofile/tst_qwebengineprofile.cpp
+++ b/tests/auto/widgets/qwebengineprofile/tst_qwebengineprofile.cpp
@@ -347,12 +347,7 @@ protected:
}
private:
-#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
- mutable QMutex m_mutex{QMutex::Recursive};
- using QRecursiveMutex = QMutex;
-#else
mutable QRecursiveMutex m_mutex;
-#endif
QByteArray m_data;
QBasicTimer m_timer;
int m_bytesRead;