mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
Add friendlyName to XMPP info plugin
This commit is contained in:
@@ -69,6 +69,13 @@ Tomahawk::InfoSystem::XmppInfoPlugin::init()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
const QString
|
||||||
|
Tomahawk::InfoSystem::XmppInfoPlugin::friendlyName() const
|
||||||
|
{
|
||||||
|
return "xmpp";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
Tomahawk::InfoSystem::XmppInfoPlugin::pushInfo( Tomahawk::InfoSystem::InfoPushData pushData )
|
Tomahawk::InfoSystem::XmppInfoPlugin::pushInfo( Tomahawk::InfoSystem::InfoPushData pushData )
|
||||||
{
|
{
|
||||||
|
@@ -38,6 +38,8 @@ namespace Tomahawk {
|
|||||||
XmppInfoPlugin(XmppSipPlugin* parent);
|
XmppInfoPlugin(XmppSipPlugin* parent);
|
||||||
virtual ~XmppInfoPlugin();
|
virtual ~XmppInfoPlugin();
|
||||||
|
|
||||||
|
const QString friendlyName() const override;
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void publishTune( QUrl url, Tomahawk::InfoSystem::InfoStringHash trackInfo );
|
void publishTune( QUrl url, Tomahawk::InfoSystem::InfoStringHash trackInfo );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user