aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/data/trim_cache.qml
blob: 74303977dd86d80ffa1ff425bcd2fb7c58541cce (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.2
Rectangle
{
    objectName: "dings"
    width: 100
    height: 100
    color: "blue"
}