Queue some connections which cannot be autodetected

Authored by leinir on Apr 18 2017, 12:27 PM.

Description

Queue some connections which cannot be autodetected

Some of the connections we make are doing cross-thread
calls, but in functions which exist on objects which
live inside the same thread. Consequently, connect can't
auto-detect that they need to be queued, and we end up
sometimes (and during searches regularly) crashing
because updates happen at the wrong time. I am unsure
whether this is quite all of them, but with this patch
the search functionality is much less crashy.

Differential Revision: https://phabricator.kde.org/D5409

Details

Committed
leinirApr 18 2017, 12:27 PM
Differential Revision
D5409: Queue some connections which cannot be autodetected
Parents
R134:85ffb0cf458f: Don't open every file with the packagekit backend
Branches
Unknown
Tags
Unknown