Skip to content
Commit ad6488ff authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
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 73d71bdd
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