mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
* Link to pages from QueryLabel's context-menu.
This commit is contained in:
@@ -80,7 +80,7 @@ void
|
|||||||
QueryLabel::init()
|
QueryLabel::init()
|
||||||
{
|
{
|
||||||
m_contextMenu = new ContextMenu( this );
|
m_contextMenu = new ContextMenu( this );
|
||||||
m_contextMenu->setSupportedActions( ContextMenu::ActionQueue | ContextMenu::ActionCopyLink | ContextMenu::ActionStopAfter | ContextMenu::ActionLove );
|
m_contextMenu->setSupportedActions( ContextMenu::ActionQueue | ContextMenu::ActionCopyLink | ContextMenu::ActionStopAfter | ContextMenu::ActionLove | ContextMenu::ActionPage );
|
||||||
|
|
||||||
m_hoverType = None;
|
m_hoverType = None;
|
||||||
setContentsMargins( 0, 0, 0, 0 );
|
setContentsMargins( 0, 0, 0, 0 );
|
||||||
|
Reference in New Issue
Block a user