qt6-bb10/qtdeclarative/tests/auto/qml/qqmlengine/data/crossReferencingSingletonsD.../Module/Main.qml

6 lines
64 B
QML

import QtQuick
Item {
property string s: SingletonA.name
}