Skip to content

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

Fushan Wen requested to merge work/fuf/askUserRename into master

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: 458709 CCBUG: 364039

Edited by Fushan Wen

Merge request reports