1
0
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:
Jeff Mitchell
2012-07-08 15:52:53 -04:00
parent ebb59b50c6
commit 3e1310eac4
9 changed files with 106 additions and 10 deletions

View File

@@ -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 );