From bac1268ab00011f901602072277f1a02ebf5b35b Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Tue, 22 Mar 2016 15:08:07 +0100 Subject: QQuick: remove property index from the accessor functions. This parameter was not used. Change-Id: I1e8c0994cad37fc24105e354a80a4fb0131d58ee Reviewed-by: Simon Hausmann --- src/qml/qml/qqmlpropertycache.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qml/qml/qqmlpropertycache.cpp') diff --git a/src/qml/qml/qqmlpropertycache.cpp b/src/qml/qml/qqmlpropertycache.cpp index 357b5ae577..3be52cf461 100644 --- a/src/qml/qml/qqmlpropertycache.cpp +++ b/src/qml/qml/qqmlpropertycache.cpp @@ -698,7 +698,6 @@ void QQmlPropertyCache::append(const QMetaObject *metaObject, if (accessorProperty) { data->flags |= QQmlPropertyData::HasAccessors; data->accessors = accessorProperty->accessors; - data->accessorData = accessorProperty->data; } else if (old) { data->markAsOverrideOf(old); } -- cgit v1.2.3