diff options
Diffstat (limited to 'plugin/src/Caelestia/Services/serviceref.hpp')
| -rw-r--r-- | plugin/src/Caelestia/Services/serviceref.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |