https://bugs.kde.org/show_bug.cgi?id=463598
Alexander Lohnau <alexander.loh...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kfilemetadata/commit | |/5bd67e925db7db2f9619139f7e | |8000ce0321d52d --- Comment #4 from Alexander Lohnau <alexander.loh...@gmx.de> --- Git commit 5bd67e925db7db2f9619139f7e8000ce0321d52d by Alexander Lohnau. Committed on 10/01/2023 at 17:13. Pushed by alex into branch 'master'. Fix loading of external extractors and writers In 5bbdfc4749f92c510cc82dbd66f5d3b2bc3763ac, the external extractors were mistakenly ported to KPluginMetaData::findPlugins. However, the logic was broken before, because the dir entries must *not* be plugins, but normal files. This was introduced in 73da9a53cb500da000c50b164dd5693ef7474041. Considering that we tell QDir to only list dirs, the check if we have a plugin or not doesn't make sense anyways. M +12 -11 src/extractorcollection.cpp M +0 -3 src/writercollection.cpp https://invent.kde.org/frameworks/kfilemetadata/commit/5bd67e925db7db2f9619139f7e8000ce0321d52d -- You are receiving this mail because: You are watching all bug changes.