From d5afda9d953f423fb88100e0d496db87a0e3e47d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 4 Sep 2025 22:38:23 +1000 Subject: plugin: add BeatTracker Replaces beat-detector.cpp --- components/misc/Ref.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'components') 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-- -- cgit v1.2.3-freya