Skip to content

Disable QCoreApplication quitLock in Akonadi tests

Daniel Vrátil requested to merge work/dvratil/qtest-akonadi-quitlock into master

Akonadi jobs are derived from KJob. When a KJob finishes in a test that uses QApplication (all isolated tests) but doesn't have any opened window (most isolated tests) the event loop ref count drops to zero and the application quits prematurely.

Merge request reports