1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02:00

* Link to pages from QueryLabel's context-menu.

This commit is contained in:
Christian Muehlhaeuser
2012-05-19 06:13:39 +02:00
parent 084186bdf6
commit 246d935c04

View File

@@ -80,7 +80,7 @@ void
QueryLabel::init()
{
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;
setContentsMargins( 0, 0, 0, 0 );