Fixed plugins/filters loading.
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