qt6-bb10/qtdeclarative/tests/auto/qml/qqmlmoduleplugin/pluginMixed/Foo.qml

6 lines
56 B
QML

import QtQuick 2.0
Item {
property int value: 89
}