https://bugs.kde.org/show_bug.cgi?id=444714
--- Comment #2 from Christoph Cullmann <cullm...@kde.org> --- Git commit 0c28226ceefad0ea179f665a39e1af74d0ab379c by Christoph Cullmann, on behalf of Nicolas Fella. Committed on 31/10/2021 at 17:14. Pushed by nicolasfella into branch 'master'. Set metadata when creating katepart Usually KPluginFactory takes care of this automatically, but given that the creation process is non-standard here we need to do this manually. This makes it possible to read the metadata defined in katepart.desktop via part->metaData() Unfortunatly KParts::Part::setMetaData is protected so we cannot access it directly from KateFactory. M +5 -0 src/document/katedocument.cpp M +2 -0 src/document/katedocument.h M +2 -1 src/part/katepart.cpp https://invent.kde.org/frameworks/ktexteditor/commit/0c28226ceefad0ea179f665a39e1af74d0ab379c -- You are receiving this mail because: You are watching all bug changes.