mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-04 17:41:42 +02:00
Fix key event handling in SourceTreeView
Correctly propagate multimedia key events to mainwindow
This commit is contained in:
@@ -245,7 +245,7 @@ TomahawkWindow::setupSideBar()
|
||||
m_sidebar->setOrientation( Qt::Vertical );
|
||||
m_sidebar->setChildrenCollapsible( false );
|
||||
|
||||
m_sourcetree = new SourceTreeView();
|
||||
m_sourcetree = new SourceTreeView( this );
|
||||
JobStatusView* jobsView = new JobStatusView( m_sidebar );
|
||||
m_jobsModel = new JobStatusModel( jobsView );
|
||||
jobsView->setModel( m_jobsModel );
|
||||
|
Reference in New Issue
Block a user