https://bugs.kde.org/show_bug.cgi?id=425997
--- Comment #16 from Felix Ernst <felixer...@kde.org> --- Git commit 3f4b4bc60fe2bce4d2b6ba81e2d4e341d8092b1a by Felix Ernst, on behalf of Felix Ernst. Committed on 23/05/2024 at 11:12. Pushed by felixernst into branch 'master'. KAbstractFileItemActionPlugin: Remove wrong sentence in documentation The removed line says to have the KAbstractFileItemActionPlugin as the parent of the returned actions. Contrarily, a few lines further down the documentation says to have the parentWidget as the parent of the returned actions. The latter is the more recent addition to the documentation which was added because the former did not work out in some contexts. The bug mentioned below contains a list of changes that made the parentWidget the parent of actions from KAbstractFileItemActionPlugins, which seems to have worked out because from what I can tell they were not reverted in the years since then. M +0 -3 src/widgets/kabstractfileitemactionplugin.h https://invent.kde.org/frameworks/kio/-/commit/3f4b4bc60fe2bce4d2b6ba81e2d4e341d8092b1a -- You are receiving this mail because: You are watching all bug changes.