aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4value_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4value_p.h')
-rw-r--r--src/qml/jsruntime/qv4value_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4value_p.h b/src/qml/jsruntime/qv4value_p.h
index 8ae8676b7b..5a4c1b9ca5 100644
--- a/src/qml/jsruntime/qv4value_p.h
+++ b/src/qml/jsruntime/qv4value_p.h
@@ -61,7 +61,6 @@ struct Q_QML_EXPORT Base {
};
InternalClass *internalClass;
- void setVTable(const ManagedVTable *vt);
inline ReturnedValue asReturnedValue() const;
inline void mark(QV4::ExecutionEngine *engine);