DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.3.2-4~bpo70%2B4 / tests / auto / qml / qqmlincubator / data / forceCompletion.qml
123456789
import QtQuick 2.0 import Qt.test 1.0 Item { property int testValue: 3499 SelfRegistering { property int testValue2: 19 } }