forked from Shinonome/dots-hyprland
7 lines
129 B
QML
7 lines
129 B
QML
import QtQuick
|
|
|
|
// QtObject that allows stuff to be freely declared inside
|
|
QtObject {
|
|
default property list<QtObject> data
|
|
}
|