aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4global_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2014-11-01 23:24:13 +0100
committerSimon Hausmann <simon.hausmann@digia.com>2014-11-08 16:39:15 +0100
commit84aae25c0b3003fb846568cf26a2c7150db14d9d (patch)
tree53a78f1a54f6605008668a1bbe21f81bec3e13e4 /src/qml/jsruntime/qv4global_p.h
parentec8f1f68d623ae68cc7d79e19067884532e3db6f (diff)
Refactor ExecutionContexts
Move the Data class out into the Heap namespace. Change-Id: I2b798deb53812a08155c92a0e6ef2dcd2ea137b8 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4global_p.h')
-rw-r--r--src/qml/jsruntime/qv4global_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4global_p.h b/src/qml/jsruntime/qv4global_p.h
index b1e1f3ada6..58437bea62 100644
--- a/src/qml/jsruntime/qv4global_p.h
+++ b/src/qml/jsruntime/qv4global_p.h
@@ -116,6 +116,9 @@ namespace QV4 {
namespace Heap {
struct Base;
+ struct MemberData;
+ struct ArrayData;
+ struct ExecutionContext;
}
class MemoryManager;