aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeintegercache_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-07-14 17:34:06 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-30 13:18:28 +0200
commit275149f704436fc1115fb337a5803e86f7fce9cf (patch)
treecafe19ff3220b956f6f0000122259a33b440a316 /src/declarative/qml/qdeclarativeintegercache_p.h
parentfcb55f3a289f911299f92509287be97723ddbf50 (diff)
Remove some QHash and QLists.
Change-Id: I153fa1abbe27f0724e453c5c979f740e956819c9 Reviewed-on: http://codereview.qt.nokia.com/3747 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Diffstat (limited to 'src/declarative/qml/qdeclarativeintegercache_p.h')
-rw-r--r--src/declarative/qml/qdeclarativeintegercache_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeintegercache_p.h b/src/declarative/qml/qdeclarativeintegercache_p.h
index a66457cede..1ac03ada66 100644
--- a/src/declarative/qml/qdeclarativeintegercache_p.h
+++ b/src/declarative/qml/qdeclarativeintegercache_p.h
@@ -68,6 +68,7 @@ public:
inline int count() const;
void add(const QString &, int);
+ void reserve(int);
int value(const QString &);
inline int value(const QHashedV8String &);