mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-14 04:51:53 +02:00
Unbreak MinGW build. Reason: MinGW does #define interface struct.
This commit is contained in:
parent
310d92b5d1
commit
5f100891f6
@ -341,7 +341,7 @@ ContextMenu::onSocialActionsLoaded()
|
||||
|
||||
|
||||
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; }
|
||||
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 setQueries( const QList<Tomahawk::query_ptr>& queries );
|
||||
|
Loading…
x
Reference in New Issue
Block a user