Files
cnix/modules/home/services/quickshell/shell/widgets/Ref.qml
2025-06-30 17:19:24 +02:00

10 lines
182 B
QML

import Quickshell
import QtQuick
QtObject {
required property Singleton service
Component.onCompleted: service.refCount++
Component.onDestruction: service.refCount--
}