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