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

6 lines
100 B
QML

pragma Singleton
import QtQml 2.0
QtObject {
readonly property string song: "Highway to Hell"
}