1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

* Soon to be used.

This commit is contained in:
Christian Muehlhaeuser 2012-06-01 05:18:51 +02:00
parent 35fd077d01
commit 6d9b41dc02
3 changed files with 7 additions and 0 deletions

View File

@ -157,6 +157,13 @@ ArtistView::setTreeModel( TreeModel* model )
}
emit modelChanged();
/* setColumnHidden( PlayableModel::Score, true ); // Hide score column per default
setColumnHidden( PlayableModel::Origin, true ); // Hide origin column per default
setColumnHidden( PlayableModel::Composer, true ); //Hide composer column per default
setGuid( QString( "collectionview/%1" ).arg( model->columnCount() ) );
sortByColumn( PlayableModel::Artist, Qt::AscendingOrder );*/
}