mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Sort TrackView in ascending order
This commit is contained in:
parent
6627591d6c
commit
24bdb799a7
@ -207,7 +207,7 @@ FlexibleTreeView::setFlatModel( PlayableModel* model )
|
||||
m_trackView->setPlayableModel( model );
|
||||
|
||||
m_trackView->setSortingEnabled( true );
|
||||
m_trackView->sortByColumn( 0 );
|
||||
m_trackView->sortByColumn( 0, Qt::AscendingOrder );
|
||||
|
||||
/* connect( model, SIGNAL( changed() ), SLOT( onModelChanged() ), Qt::UniqueConnection );
|
||||
onModelChanged();*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user