mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -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
|
|
}
|