qt6-bb10/qtdeclarative/tests/auto/qml/qqmlcontext/data/MyItem.qml

6 lines
66 B
QML

import QtQuick 2.0
QtObject {
Component.onCompleted: 5 + 5
}