Skip to content

Fixed plugins/filters loading.

Evgeniy Harchenko requested to merge evgeniyharchenko/calligra:master into master

Plugins and filters are not loading properly. There is no root element MetaData in .json files. X-KDE-Import, X-KDE-Export, X-KDE-ExtraNativeMimeTypes are represented as comma separated string, so we should use toString().split(',') .

But there is one more problem. After updating to Qt 6 there is a segmentation fault in filters/libmsooxml/MsooXmlThemesReader.cpp while calling destructor DrawingMLColorScheme::~DrawingMLColorScheme().

Edited by Evgeniy Harchenko

Merge request reports