From 3f37847fc3758d66cb16e8e070c29ac5b39dbc7a Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 21 Oct 2017 14:49:50 +0200 Subject: Rename the construct 'virtual' method to callAsConstructor To make it consistent with the rest of the engine. Change-Id: I57b98fa26134f9864c663f47371ef3e9ca16ac9c Reviewed-by: Erik Verbruggen --- src/qml/qml/qqmlxmlhttprequest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqmlxmlhttprequest.cpp') diff --git a/src/qml/qml/qqmlxmlhttprequest.cpp b/src/qml/qml/qqmlxmlhttprequest.cpp index f9052d249f..fcc837fb95 100644 --- a/src/qml/qml/qqmlxmlhttprequest.cpp +++ b/src/qml/qml/qqmlxmlhttprequest.cpp @@ -1635,7 +1635,7 @@ struct QQmlXMLHttpRequestCtor : public FunctionObject { V4_OBJECT2(QQmlXMLHttpRequestCtor, FunctionObject) - static ReturnedValue construct(const Managed *that, QV4::CallData *) + static ReturnedValue callAsConstructor(const Managed *that, QV4::CallData *) { Scope scope(that->engine()); Scoped ctor(scope, that->as()); -- cgit v1.2.3