qt6-bb10/qtdeclarative/tests/auto/qml/qqmlengine/data/repeatedCompilation.qml

10 lines
166 B
QML

import QtQuick 2.0
VMEExtendVMEComponent {
property bool success: false
Component.onCompleted: {
success = (foo == 'bar') && (bar == 'baz')
}
}