mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Correctly set fileName member of Plugin struct.
Thanks to char101 Closes #1020
This commit is contained in:
parent
4280dcd9fa
commit
18baba4489
|
@ -197,6 +197,7 @@ void Plugins::loadAvailablePlugins()
|
||||||
}
|
}
|
||||||
|
|
||||||
Plugin plugin;
|
Plugin plugin;
|
||||||
|
plugin.fileName = fileName;
|
||||||
plugin.fullPath = absolutePath;
|
plugin.fullPath = absolutePath;
|
||||||
plugin.pluginSpec = iPlugin->pluginSpec();
|
plugin.pluginSpec = iPlugin->pluginSpec();
|
||||||
plugin.pluginLoader = loader;
|
plugin.pluginLoader = loader;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user