https://bugs.kde.org/show_bug.cgi?id=437584
Albert Astals Cid <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/netw | |ork/konversation/-/commit/e | |dad2338fe26751e01d17874ab69 | |e3e5e2a0e29f --- Comment #5 from Albert Astals Cid <[email protected]> --- Git commit edad2338fe26751e01d17874ab69e3e5e2a0e29f by Albert Astals Cid, on behalf of Aditya Tolikar. Committed on 15/07/2025 at 08:59. Pushed by aacid into branch 'master'. Pass a valid QWidget pointer to QFileDialog The `this` pointer being passed to `QFileDialog` is not usable with the File Dialog provided by KIO. Use the output of `QWidget::window()` function instead, to ensure that a usable pointer is given to the File Dialog provider. M +1 -1 src/irc/channellistpanel.cpp M +2 -2 src/urlcatcher.cpp M +1 -1 src/viewer/logfilereader.cpp https://invent.kde.org/network/konversation/-/commit/edad2338fe26751e01d17874ab69e3e5e2a0e29f -- You are receiving this mail because: You are watching all bug changes.
