summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/service.cpp
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-09 20:48:13 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-09 20:48:13 +1000
commit2563430e3b43e8feba8d7cb6cdf9dbbd592b5a90 (patch)
tree37119d0e2a92795001e9a1f0b0d793061abb1090 /plugin/src/Caelestia/service.cpp
parentinternal: use Qt.resolvedUrl (diff)
downloadcaelestia-shell-2563430e3b43e8feba8d7cb6cdf9dbbd592b5a90.tar.gz
caelestia-shell-2563430e3b43e8feba8d7cb6cdf9dbbd592b5a90.tar.bz2
caelestia-shell-2563430e3b43e8feba8d7cb6cdf9dbbd592b5a90.zip
plugin/service: remove zero ref warning
Reloads don't play nice with it + it doesn't matter anyways
Diffstat (limited to 'plugin/src/Caelestia/service.cpp')
-rw-r--r--plugin/src/Caelestia/service.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/src/Caelestia/service.cpp b/plugin/src/Caelestia/service.cpp
index 7c0df92..a265b22 100644
--- a/plugin/src/Caelestia/service.cpp
+++ b/plugin/src/Caelestia/service.cpp
@@ -36,7 +36,6 @@ void Service::unref() {
{
QMutexLocker locker(&m_mutex);
if (m_refCount == 0) {
- qWarning() << "ServiceRef::unref: attempted to unref service with no active refs";
return;
}
m_refCount--;