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
Loading
Loading
Pipeline
#383530
passed
with stage
in
12 minutes and 20 seconds
Loading
-
mentioned in commit e7a6a1d0
-
mentioned in commit 9a2059cd
-
mentioned in merge request !1262 (merged)
-
mentioned in commit 214dc24f
Please register or sign in to comment