summaryrefslogtreecommitdiffstats
path: root/src/core/profile_io_data_qt.h
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 /src/core/profile_io_data_qt.h
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 'src/core/profile_io_data_qt.h')
-rw-r--r--src/core/profile_io_data_qt.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/profile_io_data_qt.h b/src/core/profile_io_data_qt.h
index b9503eca8..6bd555dbf 100644
--- a/src/core/profile_io_data_qt.h
+++ b/src/core/profile_io_data_qt.h
@@ -142,12 +142,7 @@ private:
QString m_httpCachePath;
QString m_storageName;
bool m_inMemoryOnly;
-#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
- QMutex m_mutex{QMutex::Recursive};
- using QRecursiveMutex = QMutex;
-#else
QRecursiveMutex m_mutex;
-#endif
int m_httpCacheMaxSize = 0;
BrowsingDataRemoverObserverQt m_removerObserver;
QString m_dataPath;