1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

* ViewManager's contextual view is no more.

This commit is contained in:
Christian Muehlhaeuser
2014-08-13 00:47:51 +02:00
parent cb9f1d4ddd
commit cc0b14871b

View File

@@ -225,7 +225,7 @@ ColumnView::currentChanged( const QModelIndex& current, const QModelIndex& previ
if ( !m_updateContextView )
return;
PlayableItem* item = m_model->itemFromIndex( m_proxyModel->mapToSource( current ) );
/* PlayableItem* item = m_model->itemFromIndex( m_proxyModel->mapToSource( current ) );
if ( item )
{
if ( !item->result().isNull() )
@@ -236,7 +236,7 @@ ColumnView::currentChanged( const QModelIndex& current, const QModelIndex& previ
ViewManager::instance()->context()->setAlbum( item->album() );
else if ( !item->query().isNull() )
ViewManager::instance()->context()->setQuery( item->query() );
}
}*/
}