mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-08 16:29:26 -05:00
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
|
|
}
|