mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fix Mac compilation
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user