https://bugs.kde.org/show_bug.cgi?id=458709
Fushan Wen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/kio/commit/ac2a594a6 |eworks/kio/commit/214dc24fa |54a3821e94b34be92d534608b98 |331dde345a69ca25f90dda20874 |37a1 |ab2b --- Comment #13 from Fushan Wen <[email protected]> --- Git commit 214dc24fa331dde345a69ca25f90dda20874ab2b by Fushan Wen. Committed on 23/04/2023 at 08:29. Pushed by fusionfuture into branch 'kf5'. 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 364039 FIXED-IN: 5.106 (cherry picked from commit ac2a594a654a3821e94b34be92d534608b9837a1) M +127 -172 src/widgets/widgetsaskuseractionhandler.cpp https://invent.kde.org/frameworks/kio/commit/214dc24fa331dde345a69ca25f90dda20874ab2b -- You are receiving this mail because: You are watching all bug changes.
