QmlJS: Remove deprecated enum functions in QmlObjectValue.

Change-Id: I30c1636f4946f465e5924493e561310f506df3d7
Reviewed-on: http://codereview.qt.nokia.com/1043
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
Christian Kamm
2011-07-01 15:09:15 +02:00
parent 36ed6bce1d
commit d72ee7c7da
6 changed files with 9 additions and 37 deletions

View File

@@ -62,6 +62,7 @@ public:
QString key(int index) const;
int keyCount() const;
QStringList keys() const;
bool hasKey(const QString &key) const;
};
class LANGUAGEUTILS_EXPORT FakeMetaMethod {