mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Removed useless reference to the QPluginLoader in the Plugin structure
This commit is contained in:
@@ -163,9 +163,9 @@ void PluginManager::loadPluginsDir(const QDir& dir)
|
||||
qWarning() << "PluginManager::loadPluginsDir: " << qPrintable(loader->errorString());
|
||||
}
|
||||
|
||||
if (plugin != 0)
|
||||
if (plugin)
|
||||
{
|
||||
m_plugins.append(Plugin(fileName, loader, plugin));
|
||||
m_plugins.append(Plugin(fileName, plugin));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user