Skip to content
Commit 03c57556 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖 Committed by Christian Mollekopf
Browse files

TestRunner: make it work with KF5 KJob again

KJob is using QEventLoopLocker internally, so when the last KJob is destroyed
the main eventloop refcounter drops to 0 and the eventloop quits, causing our
testrunner to terminate prematurely.

To solve that, we prevent the refcounter from having any effect.
parent 552cc56d
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