mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 08:19:42 +01:00
* Use enum instead of int.
This commit is contained in:
parent
303c32ba6f
commit
cd0cb9efab
@ -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() ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user