aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcomponent/data/requiredSetLater.qml
blob: 3b7811e453bdda73074cafb85b5ccb4485d76028 (plain)
1
2
3
4
5
import QtQuick 2.14

BaseWithRequired {
    i: 13
}