aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolland Dudemaine <rolland@ghs.com>2016-04-03 14:16:54 +0200
committerRolland Dudemaine <rolland@ghs.com>2016-04-12 08:23:49 +0000
commit70cb68298ae36e9c8f669182707ac97f8acb0681 (patch)
tree6f089655d75f354f2f9072dea8211971cd8b1560
parentdab3fa107fa7b4a82928b71748b857ff85180f1e (diff)
Remove useless using clause that prevents building on INTEGRITY.v5.7.0-beta1
Change-Id: I926b6278bb173091537bb2110082ef370cd4c349 Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com> Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
-rw-r--r--src/qml/jsruntime/qv4globalobject_p.h1
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);
};