From 6aa14b5d01d86894f620be2adce75e069b1a1e48 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 21 May 2013 22:04:36 +0200 Subject: Remove v8 dependencies in qhashedstring Also remove now unused API in v8::String Change-Id: I2570aedf407c89ad85da01cf0e2153a52b4e562d Reviewed-by: Simon Hausmann --- src/qml/qml/qqmlmetatype_p.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/qml/qml/qqmlmetatype_p.h') diff --git a/src/qml/qml/qqmlmetatype_p.h b/src/qml/qml/qqmlmetatype_p.h index 497afffb5d..5f3d115d5f 100644 --- a/src/qml/qml/qqmlmetatype_p.h +++ b/src/qml/qml/qqmlmetatype_p.h @@ -136,7 +136,7 @@ private: struct QQmlMetaTypeData; class QHashedCStringRef; -class QHashedV8String; +class QHashedV4String; class Q_QML_PRIVATE_EXPORT QQmlType { public: @@ -213,7 +213,7 @@ public: int enumValue(const QHashedStringRef &, bool *ok) const; int enumValue(const QHashedCStringRef &, bool *ok) const; - int enumValue(const QHashedV8String &, bool *ok) const; + int enumValue(const QHashedV4String &, bool *ok) const; private: QQmlType *superType() const; friend class QQmlTypePrivate; @@ -251,7 +251,7 @@ public: int maximumMinorVersion() const; QQmlType *type(const QHashedStringRef &, int); - QQmlType *type(const QHashedV8String &, int); + QQmlType *type(const QHashedV4String &, int); QList singletonTypes(int) const; @@ -277,7 +277,7 @@ public: int minorVersion() const; QQmlType *type(const QHashedStringRef &) const; - QQmlType *type(const QHashedV8String &) const; + QQmlType *type(const QHashedV4String &) const; private: QQmlTypeModule *m_module; -- cgit v1.2.3