Commit 174e998e authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlEngine: Use separate mutex for network access manager


Creating the network access manager can involve blocking calls to DBus,
which apparently can take quite long in pathological cases. Using the
same mutex in this case like for instance registering objects can
therefore result in a freezing UI.

Mitigate this by introducing a separate mutex.

Task-number: QTBUG-41183
Change-Id: I55bd8453d8e4bbc0bda1591eb3fd48b50ca921c1
Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
parent 6e883c53
No related merge requests found
Showing with 3 additions and 2 deletions
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