https://bugs.kde.org/show_bug.cgi?id=481151
Andrius Štikonas <andr...@stikonas.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/netw | |ork/ktorrent/-/commit/e35b4 | |881605f045ebe8bca2da357c2a3 | |ae2f1e02 --- Comment #3 from Andrius Štikonas <andr...@stikonas.eu> --- Git commit e35b4881605f045ebe8bca2da357c2a3ae2f1e02 by Andrius Štikonas, on behalf of Yifan Zhu. Committed on 10/02/2024 at 21:50. Pushed by stikonas into branch 'master'. Replace QWidget->show() with QWindow()->show() efe4aa0dcc23e57e68ecd809068f1a49d7705a07 replaces many calls to QWidget->show() with QWindow()->show(). Since mixing these is not supported (https://bugreports.qt.io/browse/QTBUG-120316), replace the remaining QWidget->show() with QWindow()->show() as well. Test-plan: - Enable KTorrent's system tray icon - Close the main KTorrent window - Execute ktorrent from the command line - Close the main KTorrent window - Execute ktorrent from the command line Previously: - After a few repeats ktorrent window doesn't show Now: - ktorrent window always shows after executing ktorrent M +2 -1 ktorrent/main.cpp https://invent.kde.org/network/ktorrent/-/commit/e35b4881605f045ebe8bca2da357c2a3ae2f1e02 -- You are receiving this mail because: You are watching all bug changes.