Skip to content
Commit 5bd67e92 authored by Alexander Lohnau's avatar Alexander Lohnau
Browse files

Fix loading of external extractors and writers

In 5bbdfc47, 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 73da9a53.

Considering that we tell QDir to only list dirs, the check if we have a plugin or not doesn't make sense anyways.

BUG: 463598
parent e24799d7
Pipeline #303344 passed with stage
in 17 minutes and 26 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment