aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlincubator/data/objectDeleted.qml
blob: f00f975923c9d99326469c25ed245c70a43c6393 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0
import Qt.test 1.0

Item {
    SelfRegistering {
        value: 11
    }
}