mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Add missing return
This commit is contained in:
@@ -95,7 +95,7 @@ InfoSystem::InfoPlugin*
|
||||
XmppAccount::infoPlugin()
|
||||
{
|
||||
if( !m_xmppSipPlugin.isNull() )
|
||||
m_xmppSipPlugin.data()->infoPlugin();
|
||||
return m_xmppSipPlugin.data()->infoPlugin();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user