mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-05 01:52:28 +02:00
Initial work on weight for job view items, to keep predictable ordering (especially important for not having ACL checks jump around)
This commit is contained in:
@@ -266,7 +266,7 @@ TomahawkWindow::setupSideBar()
|
||||
|
||||
m_sourcetree = new SourceTreeView( this );
|
||||
JobStatusView* jobsView = new JobStatusView( m_sidebar );
|
||||
m_jobsModel = new JobStatusModel( jobsView );
|
||||
m_jobsModel = new JobStatusSortModel( jobsView );
|
||||
jobsView->setModel( m_jobsModel );
|
||||
|
||||
m_queueView = new QueueView( m_sidebar );
|
||||
|
Reference in New Issue
Block a user