mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 08:19:42 +01:00
Don't hookup signals twice
This commit is contained in:
parent
08c78dbd97
commit
7b43376e61
@ -164,9 +164,8 @@ SipHandler::loadPlugin( const QString& pluginId )
|
||||
Q_ASSERT( m_pluginFactories.contains( factoryName ) );
|
||||
|
||||
SipPlugin* sip = m_pluginFactories[ factoryName ]->createPlugin( pluginId );
|
||||
hookUpPlugin( sip );
|
||||
|
||||
// caller responsible for calling pluginAdded()
|
||||
// caller responsible for calling pluginAdded() and hookupPlugin
|
||||
return sip;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user