1
0
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:
Uwe L. Korn 2014-07-18 10:46:59 +01:00
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();*/