summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-07-16 15:13:36 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2020-08-28 21:22:32 +0200
commit26547c296ba89d20872eeda9d334fc1e07ddb43e (patch)
treeac5ef06bd4be3bf8bed46512cea2539d14a5d884 /tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro
parent17ba201a3f2138e9a8fb2c8b63b9f1ccdf8eb9f3 (diff)
Purge qalgorithm.h of deprecated API
A large slice of it has been deprecated since 5.2. Reflowed a doc paragraph pointed out, in the deprecation commit, as having been left ragged by its edits. Note: qSwap() is documented as \deprecated but not marked, where it's defined, as deprecated. Change-Id: Iaff10ac0c4c38e5b85f10eca4eedeab861f09959 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro')
-rw-r--r--tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro b/tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro
deleted file mode 100644
index 0bde3ac66a..0000000000
--- a/tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-CONFIG += benchmark
-QT = core testlib
-
-TARGET = tst_bench_qalgorithms
-SOURCES = tst_qalgorithms.cpp