import Qt.test 1.0
import QtQuick 2.0

TestPolishItem {
    width: 200
    height: 200

    Component.onCompleted: {
        doPolish()
    }
}
