aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/librarymetrics_performance/data/flickable.2.qml
blob: 2257680c34b320d9a6b92130d52c800e850be410 (plain)
1
2
3
4
5
6
import QtQuick 2.0

Flickable {
    width: 320
    height: 480
}