aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-07-11 11:18:59 +0200
committerUlf Hermann <ulf.hermann@qt.io>2019-07-11 11:37:22 +0200
commit1948139d4c7c76817e13334e8528b01093afa69d (patch)
tree57fbef7679466a2f5fa7102aeef233222321b315 /src/qml/compiler
parentf5e4f0784176a6c6e80176b1916ebe8a571f3646 (diff)
Move BindingPropertyData into ExecutableCompilationUnit
It is only used in the runtime. Change-Id: I93bc91a97f7a6967cdf49f2eb5c32b47217d905f Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/compiler')
-rw-r--r--src/qml/compiler/qv4compileddata_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/compiler/qv4compileddata_p.h b/src/qml/compiler/qv4compileddata_p.h
index 649f83070f..60d0c50599 100644
--- a/src/qml/compiler/qv4compileddata_p.h
+++ b/src/qml/compiler/qv4compileddata_p.h
@@ -77,7 +77,6 @@ QT_BEGIN_NAMESPACE
#define QV4_DATA_STRUCTURE_VERSION 0x24 // Collect function parameter types
class QIODevice;
-class QQmlPropertyData;
class QQmlTypeNameCache;
class QQmlType;
class QQmlEngine;
@@ -1095,9 +1094,6 @@ struct TypeReferenceMap : QHash<int, TypeReference>
using DependentTypesHasher = std::function<QByteArray()>;
-// index is per-object binding index
-typedef QVector<QQmlPropertyData*> BindingPropertyData;
-
// This is how this hooks into the existing structures:
struct CompilationUnitBase