1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Fixed a small typo in ieimporter.cpp

This commit is contained in:
Jonathan Hooverman 2013-09-10 15:55:05 +02:00
commit f17d19643c

View File

@ -197,6 +197,7 @@ void Plugins::loadAvailablePlugins()
}
Plugin plugin;
plugin.fileName = fileName;
plugin.fullPath = absolutePath;
plugin.pluginSpec = iPlugin->pluginSpec();
plugin.pluginLoader = loader;