Optimize KPluginMetaData::findPluginById by using QPluginLoader directly
We do not need to iterate over all the files, but can use QPluginLoader directly to resolve the filename and check if the guess to load it by the path worked as expected.
We do not need to iterate over all the files, but can use QPluginLoader directly to resolve the filename and check if the guess to load it by the path worked as expected.