diff options
Diffstat (limited to 'components/misc/Ref.qml')
| -rw-r--r-- | components/misc/Ref.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/misc/Ref.qml b/components/misc/Ref.qml index 679f52f..0a694a4 100644 --- a/components/misc/Ref.qml +++ b/components/misc/Ref.qml @@ -1,8 +1,7 @@ -import Quickshell import QtQuick QtObject { - required property Singleton service + required property var service Component.onCompleted: service.refCount++ Component.onDestruction: service.refCount-- |