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