From 001d5791e5d6f0beefcc84cb53be0ddf09ea692c Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Sat, 29 Mar 2014 14:15:54 +0100 Subject: Remove object index parameter from QQmlCustomParser::compile There is no need anymore to pass through the object index of the object being "custom compiled". Change-Id: I8ef8e578b27523d9e7190503fbf95d1eb863a149 Reviewed-by: Lars Knoll --- src/qml/qml/qqmlcustomparser_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqmlcustomparser_p.h') diff --git a/src/qml/qml/qqmlcustomparser_p.h b/src/qml/qml/qqmlcustomparser_p.h index 49a397d3bb..4fbe235e21 100644 --- a/src/qml/qml/qqmlcustomparser_p.h +++ b/src/qml/qml/qqmlcustomparser_p.h @@ -90,7 +90,7 @@ public: void clearErrors(); Flags flags() const { return m_flags; } - virtual QByteArray compile(const QV4::CompiledData::QmlUnit *qmlUnit, int objectIndex, const QList &bindings) = 0; + virtual QByteArray compile(const QV4::CompiledData::QmlUnit *qmlUnit, const QList &bindings) = 0; virtual void setCustomData(QObject *, const QByteArray &)=0; QList errors() const { return exceptions; } -- cgit v1.2.3