aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-01-04 10:49:37 +0100
committerLars Knoll <lars.knoll@qt.io>2018-02-09 07:55:30 +0000
commit394a7c5156162bd7ca1229b033e50c8f56d04069 (patch)
treef6885e2f360a64c2bdaf110e211b796b4eb374ae /src/qml/jsruntime/qv4engine_p.h
parent0ba8764849eb44e62dd8ddc22d1335174ac5beb4 (diff)
Remove InternalClass forward declarations
qv4global_p.h has it already. Change-Id: I7c2526873d1176d62a03708d8159546c65344cd2 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4engine_p.h')
-rw-r--r--src/qml/jsruntime/qv4engine_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4engine_p.h b/src/qml/jsruntime/qv4engine_p.h
index bb832050cd..2b69b5506d 100644
--- a/src/qml/jsruntime/qv4engine_p.h
+++ b/src/qml/jsruntime/qv4engine_p.h
@@ -88,7 +88,6 @@ struct CompilationUnit;
}
struct Function;
-struct InternalClass;
struct InternalClassPool;
struct Q_QML_EXPORT CppStackFrame {