Fix test fails related to QTBUG-22237
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qsgflickable / data / flickableqgraphicswidget.qml
1 import QtQuick 2.0
2
3 Flickable {
4     width: 100; height: 100
5
6     QGraphicsWidget { objectName: "widget1"; width: 200; height: 300 }
7 }