diff options
| author | Lars Knoll <lars.knoll@qt.io> | 2018-06-27 14:18:17 +0200 |
|---|---|---|
| committer | Lars Knoll <lars.knoll@qt.io> | 2018-07-03 08:08:49 +0000 |
| commit | 2666fe4a1440cc798b9db68fcc807450d46069c2 (patch) | |
| tree | ac777b1d376d7743edbe15a3f671513d800df128 /src/qml/compiler/qv4instr_moth.cpp | |
| parent | 0b6bc89c61d6fc10bd09dfb7374314d993f0c3c5 (diff) | |
Move the C++ and JS stack frame definitions into it's own file
Change-Id: I86e89e07197aec6071809c2d32bd5c98cb7ac6f6
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4instr_moth.cpp')
| -rw-r--r-- | src/qml/compiler/qv4instr_moth.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/compiler/qv4instr_moth.cpp b/src/qml/compiler/qv4instr_moth.cpp index c3cee9c851..2d2f7bc27f 100644 --- a/src/qml/compiler/qv4instr_moth.cpp +++ b/src/qml/compiler/qv4instr_moth.cpp @@ -39,6 +39,7 @@ #include "qv4instr_moth_p.h" #include <private/qv4compileddata_p.h> +#include <private/qv4stackframe_p.h> using namespace QV4; using namespace QV4::Moth; |
