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

Item {
    property int testValue: 3499
    SelfRegistering {
        property int testValue2: 19
    }
}