[konversation] [Bug 437584] Saving channel list locks up GUI, but keyboard still works

Albert Astals Cid bugzilla_noreply at kde.org
Tue Jul 15 09:59:34 BST 2025


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

Albert Astals Cid <aacid at kde.org> 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 <aacid at kde.org> ---
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 the assignee for the bug.


More information about the Konversation-devel mailing list