aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlstaticmetaobject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the QQmlStaticMetaObjectLars Knoll2020-11-261-51/+0
| | | | | | | | This can easily be folded into it's parent classes. Task-number: QTBUG-82931 Change-Id: I92e490b35c29aacdff3557d0b6318b1dd43e7bbc Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Make QQmlMetaObject independent of the property cacheLars Knoll2020-11-261-1/+1
| | | | | | | | | Don't store a pointer to the property cache in QQmlMetaObject anymore, instead always use the QMetaObject. Task-number: QTBUG-82931 Change-Id: I792b84c93c84a625ece2022bdbc9176250c8a409 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-0/+51
I want to be able to read the code. Change-Id: I063143ff63b0a476d783c892e1d328e7f5133fab Reviewed-by: Lars Knoll <lars.knoll@qt.io>