1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

Fix unregistering plugins from ScriptPluginFactory

This commit is contained in:
Dominik Schmidt
2015-01-10 01:50:10 +01:00
parent 551949a07f
commit 40c499303e

View File

@@ -59,6 +59,8 @@ public:
{
removePlugin( scriptPlugin );
}
m_scriptPlugins.remove( object->id() );
}