summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qalgorithms/tst_qalgorithms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/tools/qalgorithms/tst_qalgorithms.cpp')
-rw-r--r--tests/benchmarks/corelib/tools/qalgorithms/tst_qalgorithms.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/benchmarks/corelib/tools/qalgorithms/tst_qalgorithms.cpp b/tests/benchmarks/corelib/tools/qalgorithms/tst_qalgorithms.cpp
index ffcb8e395a..79b9b36040 100644
--- a/tests/benchmarks/corelib/tools/qalgorithms/tst_qalgorithms.cpp
+++ b/tests/benchmarks/corelib/tools/qalgorithms/tst_qalgorithms.cpp
@@ -97,7 +97,6 @@ QVector<DataType> generateData(QString dataSetType, const int length)
return container;
}
-Q_DECLARE_METATYPE(QVector<int>)
void tst_QAlgorithms::stableSort_data()
{