Skip to content
Commit c31a665b authored by Friedrich W. H. Kossebau's avatar Friedrich W. H. Kossebau
Browse files

Workaround slowness of search jobs & Co. by buggy QEventDispatcherGlib

For unknown reasons QCoreApplication::processEvents(flag, maxtime) spins
the whole maxtime with QEventDispatcherGlib, something seems broken in
the event processing.
No idea why any QApplication::processEvents were called with a max time
parameter, so simply switching to the variant with no max time, where no
such bug is experienced.

BUG: 365047
FIXED-IN: 0.20.3
parent f34f783d
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