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