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/qqmlpropertycache_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqmlpropertycache_p.h') diff --git a/src/qml/qml/qqmlpropertycache_p.h b/src/qml/qml/qqmlpropertycache_p.h index 4f608e1d56..15bd83fcb3 100644 --- a/src/qml/qml/qqmlpropertycache_p.h +++ b/src/qml/qml/qqmlpropertycache_p.h @@ -304,7 +304,7 @@ public: inline QQmlEngine *qmlEngine() const; static QQmlPropertyData *property(QQmlEngine *, QObject *, const QString &, QQmlContextData *, QQmlPropertyData &); - static QQmlPropertyData *property(QQmlEngine *, QObject *, const QHashedV8String &, + static QQmlPropertyData *property(QQmlEngine *, QObject *, const QHashedV4String &, QQmlContextData *, QQmlPropertyData &); static int *methodParameterTypes(QObject *, int index, QVarLengthArray &dummy, QByteArray *unknownTypeError); -- cgit v1.2.3