diff options
author | Rolland Dudemaine <rolland@ghs.com> | 2016-04-03 14:16:54 +0200 |
---|---|---|
committer | Rolland Dudemaine <rolland@ghs.com> | 2016-04-12 08:23:49 +0000 |
commit | 70cb68298ae36e9c8f669182707ac97f8acb0681 (patch) | |
tree | 6f089655d75f354f2f9072dea8211971cd8b1560 | |
parent | dab3fa107fa7b4a82928b71748b857ff85180f1e (diff) |
-rw-r--r-- | src/qml/jsruntime/qv4globalobject_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4globalobject_p.h b/src/qml/jsruntime/qv4globalobject_p.h index e00a3445da..ea7a3b06ce 100644 --- a/src/qml/jsruntime/qv4globalobject_p.h +++ b/src/qml/jsruntime/qv4globalobject_p.h @@ -71,7 +71,6 @@ struct Q_QML_EXPORT EvalFunction : FunctionObject ReturnedValue evalCall(CallData *callData, bool directCall) const; - using Object::construct; static ReturnedValue call(const Managed *that, CallData *callData); }; |