summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/tools')
-rw-r--r--tests/benchmarks/corelib/tools/qhash/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/corelib/tools/qhash/main.cpp b/tests/benchmarks/corelib/tools/qhash/main.cpp
index 95f2616005..f9b1624fcc 100644
--- a/tests/benchmarks/corelib/tools/qhash/main.cpp
+++ b/tests/benchmarks/corelib/tools/qhash/main.cpp
@@ -157,7 +157,7 @@ template <typename String> void tst_QHash::hashing_template()
// just the hashing function
QFETCH(QStringList, items);
- QVector<String> realitems;
+ QList<String> realitems;
realitems.reserve(items.size());
foreach (const QString &s, items)
realitems.append(s);