mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-06-12 11:39:51 +00:00
6 lines
59 B
QML
6 lines
59 B
QML
import QtQuick
|
|
|
|
QtObject {
|
|
property var active: null
|
|
}
|