forked from qt-creator/qt-creator
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:
@@ -62,6 +62,9 @@ int FakeMetaEnum::keyCount() const
|
||||
QStringList FakeMetaEnum::keys() const
|
||||
{ return m_keys; }
|
||||
|
||||
bool FakeMetaEnum::hasKey(const QString &key) const
|
||||
{ return m_keys.contains(key); }
|
||||
|
||||
FakeMetaMethod::FakeMetaMethod(const QString &name, const QString &returnType)
|
||||
: m_name(name)
|
||||
, m_returnType(returnType)
|
||||
|
||||
Reference in New Issue
Block a user