mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 09:49:42 +01:00
Fix Mac compilation
This commit is contained in:
parent
dd311d99c4
commit
d7950472bc
@ -74,6 +74,7 @@ AdiumPlugin::AdiumPlugin()
|
||||
this, SLOT( clearStatus() ) );
|
||||
}
|
||||
|
||||
|
||||
AdiumPlugin::~AdiumPlugin()
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO;
|
||||
@ -81,6 +82,7 @@ AdiumPlugin::~AdiumPlugin()
|
||||
setStatus( "" );
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
AdiumPlugin::clearStatus()
|
||||
{
|
||||
@ -88,6 +90,7 @@ AdiumPlugin::clearStatus()
|
||||
setStatus( "" );
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
AdiumPlugin::settingsChanged()
|
||||
{
|
||||
@ -96,18 +99,6 @@ AdiumPlugin::settingsChanged()
|
||||
setStatus( "" );
|
||||
}
|
||||
|
||||
void
|
||||
AdiumPlugin::getInfo( const QString caller, const InfoType type, const QVariant data, QVariantMap customData )
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
default:
|
||||
{
|
||||
emit info(caller, Tomahawk::InfoSystem::InfoNoInfo, QVariant(), QVariant(), customData);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
AdiumPlugin::pushInfo( const QString caller, const Tomahawk::InfoSystem::InfoType type, const QVariant input )
|
||||
|
Loading…
x
Reference in New Issue
Block a user