plugin/service: remove zero ref warning
Reloads don't play nice with it + it doesn't matter anyways
This commit is contained in:
parent
717855c629
commit
2563430e3b
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ void Service::unref() {
|
||||||
{
|
{
|
||||||
QMutexLocker locker(&m_mutex);
|
QMutexLocker locker(&m_mutex);
|
||||||
if (m_refCount == 0) {
|
if (m_refCount == 0) {
|
||||||
qWarning() << "ServiceRef::unref: attempted to unref service with no active refs";
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
m_refCount--;
|
m_refCount--;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue