diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-11-09 03:09:12 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-11-09 03:09:12 (GMT) |
commit | 5e5ee991ad4261516cf099c9b237f8c72c9d49cc (patch) | |
tree | f0f0f96e9b51baf85e22eb5698b1ea66a0223f2b /src/declarative/qml/qmlintegercache_p.h | |
parent | 034c9f1b81cfa2d854f87b08e945296d3c1fac85 (diff) | |
parent | 7620586aa79c027e5dfd246d53232826333ce715 (diff) | |
download | Qt-5e5ee991ad4261516cf099c9b237f8c72c9d49cc.zip Qt-5e5ee991ad4261516cf099c9b237f8c72c9d49cc.tar.gz Qt-5e5ee991ad4261516cf099c9b237f8c72c9d49cc.tar.bz2 |
Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml/qmlintegercache_p.h')
-rw-r--r-- | src/declarative/qml/qmlintegercache_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlintegercache_p.h b/src/declarative/qml/qmlintegercache_p.h index 7816004..2b10dcc 100644 --- a/src/declarative/qml/qmlintegercache_p.h +++ b/src/declarative/qml/qmlintegercache_p.h @@ -73,8 +73,6 @@ public: int value(const QString &); inline int value(const QScriptDeclarativeClass::Identifier &id) const; - static QmlIntegerCache *createForEnums(QmlType *, QmlEngine *); - protected: virtual void clear(); |