summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools
diff options
context:
space:
mode:
authorJoão Abecasis <joao.abecasis@nokia.com>2011-10-31 15:30:20 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-10 14:43:15 +0100
commitcb0cdf6c0835c7cdff341c285cd0708aa2f4cb0f (patch)
treebb7c20f588a0577ce4e9b5ad62ee5858e6cbbc63 /tests/benchmarks/corelib/tools
parentf1e48d48fd58b28b1dc18652af3fc74da5e112fd (diff)
Use RefCount::setSharable feature in QVector
Note: This constitutes a break in Binary Compatibility. Change-Id: I050587901725b701f20dd46475ae48aec28aa54d Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'tests/benchmarks/corelib/tools')
-rw-r--r--tests/benchmarks/corelib/tools/qvector/qrawvector.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/benchmarks/corelib/tools/qvector/qrawvector.h b/tests/benchmarks/corelib/tools/qvector/qrawvector.h
index f786d83a53..2cdabb30c5 100644
--- a/tests/benchmarks/corelib/tools/qvector/qrawvector.h
+++ b/tests/benchmarks/corelib/tools/qvector/qrawvector.h
@@ -292,7 +292,6 @@ public:
d->ref.initializeOwned();
d->alloc = m_alloc;
d->size = m_size;
- d->sharable = 0;
d->capacity = 0;
QVector<T> v;