mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 02:24:50 +02:00
* Fixed QueueView's context menu not working.
This commit is contained in:
@@ -35,7 +35,6 @@ PlaylistView::PlaylistView( QWidget* parent )
|
|||||||
: TrackView( parent )
|
: TrackView( parent )
|
||||||
, m_model( 0 )
|
, m_model( 0 )
|
||||||
{
|
{
|
||||||
connect( contextMenu(), SIGNAL( triggered( int ) ), SLOT( onMenuTriggered( int ) ) );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -155,6 +154,8 @@ PlaylistView::isTemporaryPage() const
|
|||||||
void
|
void
|
||||||
PlaylistView::onMenuTriggered( int action )
|
PlaylistView::onMenuTriggered( int action )
|
||||||
{
|
{
|
||||||
|
TrackView::onMenuTriggered( action );
|
||||||
|
|
||||||
switch ( action )
|
switch ( action )
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user