summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/theme-data/dms/Common/Ref.qml
blob: 406b50ccf048bdf39251b1fc613c57fa92a7a98d (plain)
1
2
3
4
5
6
7
8
9
import QtQuick
import Quickshell

QtObject {
    required property Singleton service

    Component.onCompleted: service.refCount++
    Component.onDestruction: service.refCount--
}