summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-10-21 14:06:15 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-10-21 14:06:15 +1100
commit0104fe25b2d36166fb9cc0ffff34158aa775b218 (patch)
treee80e1e0ad3931db1c1719991c9071dea2eebf948
parentbackground: fix visualiser blur + allow disable (diff)
downloadcaelestia-shell-0104fe25b2d36166fb9cc0ffff34158aa775b218.tar.gz
caelestia-shell-0104fe25b2d36166fb9cc0ffff34158aa775b218.tar.bz2
caelestia-shell-0104fe25b2d36166fb9cc0ffff34158aa775b218.zip
internal: fix serviceref lsp warning
-rw-r--r--plugin/src/Caelestia/Services/serviceref.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/src/Caelestia/Services/serviceref.hpp b/plugin/src/Caelestia/Services/serviceref.hpp
index f0c2162..d4d305c 100644
--- a/plugin/src/Caelestia/Services/serviceref.hpp
+++ b/plugin/src/Caelestia/Services/serviceref.hpp
@@ -10,7 +10,7 @@ class ServiceRef : public QObject {
Q_OBJECT
QML_ELEMENT
- Q_PROPERTY(Service* service READ service WRITE setService NOTIFY serviceChanged)
+ Q_PROPERTY(caelestia::services::Service* service READ service WRITE setService NOTIFY serviceChanged)
public:
explicit ServiceRef(Service* service = nullptr, QObject* parent = nullptr);