mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Use enum instead of int.
This commit is contained in:
@@ -65,7 +65,7 @@ PlaylistView::setPlaylistModel( PlaylistModel* model )
|
||||
m_model = model;
|
||||
|
||||
TrackView::setTrackModel( m_model );
|
||||
setColumnHidden( 5, true ); // Hide age column per default
|
||||
setColumnHidden( TrackModel::Age, true ); // Hide age column per default
|
||||
|
||||
if ( !m_model->playlist().isNull() )
|
||||
setGuid( QString( "playlistview/%1" ).arg( m_model->playlist()->guid() ) );
|
||||
|
Reference in New Issue
Block a user