From 84aae25c0b3003fb846568cf26a2c7150db14d9d Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 1 Nov 2014 23:24:13 +0100 Subject: Refactor ExecutionContexts Move the Data class out into the Heap namespace. Change-Id: I2b798deb53812a08155c92a0e6ef2dcd2ea137b8 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 0e115f0de6..7ba95b83b8 100644 --- a/src/qml/jsruntime/qv4debugging_p.h +++ b/src/qml/jsruntime/qv4debugging_p.h @@ -171,7 +171,7 @@ public: bool collectThisInContext(Collector *collector, int frame = 0); void collectThrownValue(Collector *collector); void collectReturnedValue(Collector *collector) const; - QVector getScopeTypes(int frame = 0) const; + QVector getScopeTypes(int frame = 0) const; void evaluateExpression(int frameNr, const QString &expression, Collector *resultsCollector); -- cgit v1.2.3