aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4runtime.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-08-29 12:38:05 +0200
committerLars Knoll <lars.knoll@qt.io>2018-08-29 18:10:25 +0000
commit6a93ce86fcad0d51e5c49dd3109fb65ee38d714e (patch)
tree65af1eebf65a850741e16e177a87862912a78708 /src/qml/jsruntime/qv4runtime.cpp
parent9eb51ca0b26fc17c62b06211728f609863113a42 (diff)
Remove a bogus Q_UNIMPLEMENTED()
Change-Id: I6d085ecb1a57d445a40300337f77917302a9084d Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4runtime.cpp')
-rw-r--r--src/qml/jsruntime/qv4runtime.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4runtime.cpp b/src/qml/jsruntime/qv4runtime.cpp
index bc60dba142..bf79b369d2 100644
--- a/src/qml/jsruntime/qv4runtime.cpp
+++ b/src/qml/jsruntime/qv4runtime.cpp
@@ -1368,7 +1368,6 @@ ReturnedValue Runtime::method_construct(ExecutionEngine *engine, const Value &fu
ReturnedValue Runtime::method_constructWithSpread(ExecutionEngine *engine, const Value &function, const Value &newTarget, Value *argv, int argc)
{
- Q_UNIMPLEMENTED();
if (!function.isFunctionObject())
return engine->throwTypeError();