Skip to content
Commit 784eae58 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Prevent QEventLoopLocker closing kded unexpectedly

KJobs use QEventLoopLocker under the hood. When a job is destroyed, the
event loop locker will be destroyed and the QGuiApplication object will
be unref'ed. Since isQuickLockEnabled() is true by default, kded will
close, which is not what we want.

To prevent that, set isQuickLockEnabled() to false.
parent 4825ff36
Pipeline #343944 passed with stage
in 32 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment