From b943d80dd90dec1a8b7802b826ad89e924cead05 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 13 Nov 2014 12:14:09 +0100 Subject: Remove the executioncontext in a few more places where it's not needed Change-Id: I4c92c7bc9d94d8265e306f45d863fdc080a5e2a6 Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4regexpobject_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4regexpobject_p.h') diff --git a/src/qml/jsruntime/qv4regexpobject_p.h b/src/qml/jsruntime/qv4regexpobject_p.h index a6a5587ca5..cd1cf4f578 100644 --- a/src/qml/jsruntime/qv4regexpobject_p.h +++ b/src/qml/jsruntime/qv4regexpobject_p.h @@ -103,7 +103,7 @@ struct RegExpObject: Object { void init(ExecutionEngine *engine); - Property *lastIndexProperty(ExecutionContext *ctx); + Property *lastIndexProperty(); QRegExp toQRegExp() const; QString toString() const; QString source() const; -- cgit v1.2.3