mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Set context-menu's PlaylistInterface from TreeView.
This commit is contained in:
@@ -388,6 +388,7 @@ TreeView::onCustomContextMenu( const QPoint& pos )
|
|||||||
m_contextMenu->setQueries( queries );
|
m_contextMenu->setQueries( queries );
|
||||||
m_contextMenu->setArtists( artists );
|
m_contextMenu->setArtists( artists );
|
||||||
m_contextMenu->setAlbums( albums );
|
m_contextMenu->setAlbums( albums );
|
||||||
|
m_contextMenu->setPlaylistInterface( playlistInterface() );
|
||||||
|
|
||||||
m_contextMenu->exec( viewport()->mapToGlobal( pos ) );
|
m_contextMenu->exec( viewport()->mapToGlobal( pos ) );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user