Skip to content
Commit ac2a594a authored by Fushan Wen's avatar Fushan Wen
Browse files

WidgetsAskUserActionHandler: make sure all dialogs are created in the main thread

In Qt, the GUI runs in its own thread and must be accessed from the
main thread. If QWidget is created in a non-main thread, we can use
the QMetaObject::invokeMethod() method to create it in the main thread.

BUG: 364039
BUG: 458709
FIXED-IN: 5.106
parent 9ab5da33
Pipeline #383530 passed with stage
in 12 minutes and 20 seconds
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