https://bugs.kde.org/show_bug.cgi?id=465454

Fushan Wen <qydwhotm...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/kio/commit/8270470d0
                   |                            |3186d5dce3a4f8711348e51df32
                   |                            |e044
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
   Version Fixed In|                            |5.106

--- Comment #26 from Fushan Wen <qydwhotm...@gmail.com> ---
Git commit 8270470d03186d5dce3a4f8711348e51df32e044 by Fushan Wen.
Committed on 21/04/2023 at 17:16.
Pushed by fusionfuture into branch 'kf5'.

WidgetsAskUserActionHandler: create message dialog 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.
This fixes a crash in plasmashell where there is no active QWidget
window.
FIXED-IN: 5.106

M  +73   -20   src/widgets/widgetsaskuseractionhandler.cpp

https://invent.kde.org/frameworks/kio/commit/8270470d03186d5dce3a4f8711348e51df32e044

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to