mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Removed an action
This commit is contained in:
@@ -36,7 +36,7 @@ ContextMenu::ContextMenu( QWidget* parent )
|
|||||||
m_sigmap = new QSignalMapper( this );
|
m_sigmap = new QSignalMapper( this );
|
||||||
connect( m_sigmap, SIGNAL( mapped( int ) ), SLOT( onTriggered( int ) ) );
|
connect( m_sigmap, SIGNAL( mapped( int ) ), SLOT( onTriggered( int ) ) );
|
||||||
|
|
||||||
m_supportedActions = ActionPlay | ActionQueue | ActionCopyLink | ActionAddToPlaylist | ActionAddTrackToPl;
|
m_supportedActions = ActionPlay | ActionQueue | ActionCopyLink | ActionAddToPlaylist;
|
||||||
}
|
}
|
||||||
|
|
||||||
ContextMenu::~ContextMenu()
|
ContextMenu::~ContextMenu()
|
||||||
|
@@ -39,8 +39,8 @@ public:
|
|||||||
ActionQueue = 2,
|
ActionQueue = 2,
|
||||||
ActionDelete = 4,
|
ActionDelete = 4,
|
||||||
ActionCopyLink = 8,
|
ActionCopyLink = 8,
|
||||||
ActionAddToPlaylist = 9,
|
ActionAddToPlaylist = 9
|
||||||
ActionAddTrackToPl = 5
|
|
||||||
};
|
};
|
||||||
|
|
||||||
explicit ContextMenu( QWidget* parent = 0 );
|
explicit ContextMenu( QWidget* parent = 0 );
|
||||||
|
Reference in New Issue
Block a user