mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 08:34:34 +02:00
Unbreak MinGW build. Reason: MinGW does #define interface struct.
This commit is contained in:
@@ -341,7 +341,7 @@ ContextMenu::onSocialActionsLoaded()
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ContextMenu::setPlaylistInterface( const Tomahawk::playlistinterface_ptr& interface )
|
ContextMenu::setPlaylistInterface( const Tomahawk::playlistinterface_ptr& plInterface )
|
||||||
{
|
{
|
||||||
m_interface = interface;
|
m_interface = plInterface;
|
||||||
}
|
}
|
||||||
|
@@ -52,7 +52,7 @@ public:
|
|||||||
int supportedActions() const { return m_supportedActions; }
|
int supportedActions() const { return m_supportedActions; }
|
||||||
void setSupportedActions( int actions ) { m_supportedActions = actions; }
|
void setSupportedActions( int actions ) { m_supportedActions = actions; }
|
||||||
|
|
||||||
void setPlaylistInterface( const Tomahawk::playlistinterface_ptr& interface );
|
void setPlaylistInterface( const Tomahawk::playlistinterface_ptr& plInterface );
|
||||||
|
|
||||||
void setQuery( const Tomahawk::query_ptr& query );
|
void setQuery( const Tomahawk::query_ptr& query );
|
||||||
void setQueries( const QList<Tomahawk::query_ptr>& queries );
|
void setQueries( const QList<Tomahawk::query_ptr>& queries );
|
||||||
|
Reference in New Issue
Block a user