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

Albert Astals Cid bugzilla_noreply at kde.org
Tue Jul 15 10:00:27 BST 2025


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

Albert Astals Cid <aacid at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
                   |ork/konversation/-/commit/e |ork/konversation/-/commit/0
                   |dad2338fe26751e01d17874ab69 |94d9f2a4e980f0e6e02d7a88f24
                   |e3e5e2a0e29f                |361eb782e395

--- Comment #6 from Albert Astals Cid <aacid at kde.org> ---
Git commit 094d9f2a4e980f0e6e02d7a88f24361eb782e395 by Albert Astals Cid, on
behalf of Aditya Tolikar.
Committed on 15/07/2025 at 09:00.
Pushed by aacid into branch 'release/25.08'.

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.
(cherry picked from commit edad2338fe26751e01d17874ab69e3e5e2a0e29f)

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/094d9f2a4e980f0e6e02d7a88f24361eb782e395

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Konversation-devel mailing list