6 lines
45 B
QML
6 lines
45 B
QML
|
import QtQuick
|
||
|
|
||
|
Repeater {
|
||
|
QtObject {}
|
||
|
}
|