AntiClipSettings/qml/Object.qml
2024-12-11 19:05:37 +08:00

6 lines
82 B
QML

import QtQml 2.15
QtObject {
default property list<QtObject> children
}