Details
Description
Consider:
import QtQuick QtObject { component MyColorLabel: QtObject { property color color: "red" } property QtObject a: MyColorLabel {} }
Run this with the qt.qml.diskcache logging category's debug level enabled and you will see that the cache is re-generated every time this component is loaded.
Attachments
Issue Links
- resulted from
-
QTBUG-109314 Crash during QML item creation
- Closed
- resulted in
-
QTBUG-111766 qml issues in Effect Maker
- Closed