https://bugs.kde.org/show_bug.cgi?id=364039
Fushan Wen <qydwhotm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version Fixed In| |5.106 Latest Commit| |https://invent.kde.org/fram | |eworks/kio/commit/ac2a594a6 | |54a3821e94b34be92d534608b98 | |37a1 Resolution|--- |FIXED --- Comment #96 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit ac2a594a654a3821e94b34be92d534608b9837a1 by Fushan Wen. Committed on 22/04/2023 at 09:09. Pushed by fusionfuture into branch 'master'. 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. Related: bug 458709 FIXED-IN: 5.106 M +127 -172 src/widgets/widgetsaskuseractionhandler.cpp https://invent.kde.org/frameworks/kio/commit/ac2a594a654a3821e94b34be92d534608b9837a1 -- You are receiving this mail because: You are watching all bug changes.