https://bugs.kde.org/show_bug.cgi?id=458510
Igor Kushnir <igor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version Fixed In| |6.1.241200 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/kdev | |elop/kdevelop/-/commit/bf50 | |a33c1282523800efd12e4506c0d | |bcef9144f --- Comment #8 from Igor Kushnir <igor...@gmail.com> --- Git commit bf50a33c1282523800efd12e4506c0dbcef9144f by Igor Kushnir. Committed on 18/10/2024 at 10:42. Pushed by igorkushnir into branch 'master'. QtHelpQtDoc: unregister obsolete documentations A system upgrade updates Qt documentation .qch files and increases namespace versions. Obsolete namespaces remain in ~/.local/share/kdevelop/qthelpcollection.qhc until the user removes this file manually. As a consequence, duplicate entries appear on the QtHelp home page. Unregister namespaces that are absent from currently existing QtHelp .qch files in order to prevent the duplicate entries and free up disk space. Subsequent commits will reuse the new helper function QtHelpProviderAbstract::cleanUpRegisteredDocumentations(). FIXED-IN: 6.1.241200 M +20 -0 plugins/qthelp/qthelpproviderabstract.cpp M +17 -0 plugins/qthelp/qthelpproviderabstract.h M +25 -6 plugins/qthelp/qthelpqtdoc.cpp https://invent.kde.org/kdevelop/kdevelop/-/commit/bf50a33c1282523800efd12e4506c0dbcef9144f -- You are receiving this mail because: You are watching all bug changes.