summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/qmltime/tests/item_creation/no_creation.qml
blob: 8c72288297d301ae94a1dbb77d6f47d1c6953181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import Qt 4.7
import QmlTime 1.0 as QmlTime

Item {

    QmlTime.Timer {
        component: Component {
            Item {
            }
        }
    }
}