From 57f08e59fcc289742fe88ee45b82b52b26dbf945 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 7 May 2014 16:14:08 +0200 Subject: Get rid of all uses of ObjectRef Change-Id: I705e2362dcda542f56826dadec6b0a6f15848788 Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4debugging_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4debugging_p.h') diff --git a/src/qml/jsruntime/qv4debugging_p.h b/src/qml/jsruntime/qv4debugging_p.h index 47a7d77b28..f834b8d15f 100644 --- a/src/qml/jsruntime/qv4debugging_p.h +++ b/src/qml/jsruntime/qv4debugging_p.h @@ -105,7 +105,7 @@ public: virtual ~Collector(); void collect(const QString &name, const ScopedValue &value); - void collect(const ObjectRef object); + void collect(Object *object); protected: virtual void addUndefined(const QString &name) = 0; -- cgit v1.2.3