aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4persistent_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4persistent_p.h')
-rw-r--r--src/qml/jsruntime/qv4persistent_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4persistent_p.h b/src/qml/jsruntime/qv4persistent_p.h
index 07e8ee9775..34cf9ba50d 100644
--- a/src/qml/jsruntime/qv4persistent_p.h
+++ b/src/qml/jsruntime/qv4persistent_p.h
@@ -85,13 +85,13 @@ public:
template<typename T>
PersistentValue(Returned<T> *obj);
template<typename T>
- PersistentValue(const Referenced<T> obj);
+ PersistentValue(const ManagedRef<T> obj);
PersistentValue &operator=(const ValueRef other);
PersistentValue &operator =(ReturnedValue other);
template<typename T>
PersistentValue &operator=(Returned<T> *obj);
template<typename T>
- PersistentValue &operator=(const Referenced<T> obj);
+ PersistentValue &operator=(const ManagedRef<T> obj);
~PersistentValue();
ReturnedValue value() const {