aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4codegen_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-05-09 15:48:09 +0200
committerUlf Hermann <ulf.hermann@qt.io>2019-05-10 10:35:18 +0000
commit6ac109398d954d12e14067f5ba30bb6576863121 (patch)
treeeeb18d2caa51c3aa91ded7457100dcb5fe0d0c65 /src/qml/compiler/qv4codegen_p.h
parent74f0d35c2329c0f2566fea44097ecea614906567 (diff)
Make sure we don't include qv4stackframe_p.h in qmldevtools
The only thing we need is CallData, which is now provided as separate file. Change-Id: Iccbab67ac30d09077075b200f18d1d694f3ecb2a Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4codegen_p.h')
-rw-r--r--src/qml/compiler/qv4codegen_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4codegen_p.h b/src/qml/compiler/qv4codegen_p.h
index ece76e4406..962ccc8562 100644
--- a/src/qml/compiler/qv4codegen_p.h
+++ b/src/qml/compiler/qv4codegen_p.h
@@ -58,7 +58,7 @@
#include <private/qv4compilercontext_p.h>
#include <private/qv4util_p.h>
#include <private/qv4bytecodegenerator_p.h>
-#include <private/qv4stackframe_p.h>
+#include <private/qv4calldata_p.h>
#include <QtQml/qqmlerror.h>