From f9fa8390137e93da8c9b93271e7ce85dfed55b7f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:08:46 +1000 Subject: plugin/service: ref by object Use QSet and auto unref on sender destruction --- plugin/src/Caelestia/Services/serviceref.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugin/src/Caelestia/Services/serviceref.hpp') diff --git a/plugin/src/Caelestia/Services/serviceref.hpp b/plugin/src/Caelestia/Services/serviceref.hpp index 1d2881d..f1bd0f5 100644 --- a/plugin/src/Caelestia/Services/serviceref.hpp +++ b/plugin/src/Caelestia/Services/serviceref.hpp @@ -14,7 +14,6 @@ class ServiceRef : public QObject { public: explicit ServiceRef(Service* service = nullptr, QObject* parent = nullptr); - ~ServiceRef(); [[nodiscard]] Service* service() const; void setService(Service* service); -- cgit v1.2.3-freya