Commit 13683d4e authored by Ulf Hermann's avatar Ulf Hermann Committed by The Qt Project
Browse files

Allow debug plugin registrations from other threads than main GUI


There's no real reason to disallow that. The only thing we want to check
there is that the registration doesn't take place in the debugger
thread. Disallowing registrations from anywhere but the main GUI thread
creates unnecessary problems with threaded QML profiling and debugging.

Change-Id: Ic72d19237e2ddba02cc88f7f5a0743f6640fed4d
Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
parent 0c7ef1b3
Showing with 4 additions and 4 deletions
Supports Markdown
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