diff options
author | Ulf Hermann <[email protected]> | 2019-01-29 12:31:41 +0100 |
---|---|---|
committer | Aapo Keskimolo <[email protected]> | 2019-02-01 10:41:02 +0000 |
commit | 3254ac322be96ad0ee5efd3d0728be03d8be34da (patch) | |
tree | 571f19a0a5abb718b664c3b5cb42eca262e44167 /src/qml/compiler/qqmlpropertycachecreator_p.h | |
parent | e09519bad7ff266e466ea2d2d66187fbb13457f9 (diff) |
QML: Split propertyCache into multiple files
I want to be able to read the code.
Change-Id: I063143ff63b0a476d783c892e1d328e7f5133fab
Reviewed-by: Lars Knoll <[email protected]>
Diffstat (limited to 'src/qml/compiler/qqmlpropertycachecreator_p.h')
-rw-r--r-- | src/qml/compiler/qqmlpropertycachecreator_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/compiler/qqmlpropertycachecreator_p.h b/src/qml/compiler/qqmlpropertycachecreator_p.h index 02517ea6bb..c0c736035c 100644 --- a/src/qml/compiler/qqmlpropertycachecreator_p.h +++ b/src/qml/compiler/qqmlpropertycachecreator_p.h @@ -52,6 +52,7 @@ #include <private/qqmlvaluetype_p.h> #include <private/qqmlengine_p.h> +#include <private/qqmlmetaobject_p.h> QT_BEGIN_NAMESPACE |