aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/data/crossReferencingSingletonsDeletion/Module/TestItem.qml
blob: 81d931f14c5b92f08767a730db5de0b4eab93b8b (plain)
1
2
3
4
5
import QtQuick

Item {
    property int i: 3
}