ContextBrowserView: Fix deadlock

Authored by kfunk on Jan 27 2016, 7:36 AM.

Description

ContextBrowserView: Fix deadlock

This happens everytime the context browser view is open at startup, and
KDevelop's background parser starts jobs.

Arguably, we should never block indefinitely in a non-user initiated event (here:
QWidget::showEvent). So let's give up after a timeout.

Differential Revision: https://phabricator.kde.org/D866
CCBUG: 355100

Details

Committed
kfunkJan 28 2016, 3:41 PM
Differential Revision
D866: ContextBrowserView: Fix deadlock
Parents
R32:8596c11cd0e4: Let KDE*CompilerSettings change the policies in the project
Branches
Unknown
Tags
Unknown