aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4value_def_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4value_def_p.h')
-rw-r--r--src/qml/jsruntime/qv4value_def_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4value_def_p.h b/src/qml/jsruntime/qv4value_def_p.h
index 3e0728bcc2..bf344a7f3d 100644
--- a/src/qml/jsruntime/qv4value_def_p.h
+++ b/src/qml/jsruntime/qv4value_def_p.h
@@ -366,6 +366,7 @@ struct Safe : public Value
{
Safe &operator =(T *t);
Safe &operator =(const Scoped<T> &v);
+ Safe &operator =(const Referenced<T> &v);
Safe &operator =(Returned<T> *t);
Safe &operator =(const Safe<T> &t);