X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fdeclarative%2Fqml%2Fqdeclarativeintegercache_p.h;h=fbedb2f3c7f37138c99e6d5b16372f88f506c019;hb=e6b224aa2872d7d1030fa98bd30603e16f8f9604;hp=a66457cede890c16b090f91fbc13df9d21db5b4d;hpb=f526df4324f38f8dbbc72c9a4f3d48cef0ae3c03;p=profile%2Fivi%2Fqtdeclarative.git diff --git a/src/declarative/qml/qdeclarativeintegercache_p.h b/src/declarative/qml/qdeclarativeintegercache_p.h index a66457c..fbedb2f 100644 --- a/src/declarative/qml/qdeclarativeintegercache_p.h +++ b/src/declarative/qml/qdeclarativeintegercache_p.h @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. -** Contact: Nokia Corporation (qt-info@nokia.com) +** Contact: http://www.qt-project.org/ ** ** This file is part of the QtDeclarative module of the Qt Toolkit. ** @@ -53,8 +53,8 @@ // We mean it. // -#include "private/qdeclarativerefcount_p.h" -#include "private/qhashedstring_p.h" +#include +#include QT_BEGIN_NAMESPACE @@ -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 &);