mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 01:24:11 +02:00
* ViewManager's contextual view is no more.
This commit is contained in:
@@ -225,7 +225,7 @@ ColumnView::currentChanged( const QModelIndex& current, const QModelIndex& previ
|
|||||||
if ( !m_updateContextView )
|
if ( !m_updateContextView )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
PlayableItem* item = m_model->itemFromIndex( m_proxyModel->mapToSource( current ) );
|
/* PlayableItem* item = m_model->itemFromIndex( m_proxyModel->mapToSource( current ) );
|
||||||
if ( item )
|
if ( item )
|
||||||
{
|
{
|
||||||
if ( !item->result().isNull() )
|
if ( !item->result().isNull() )
|
||||||
@@ -236,7 +236,7 @@ ColumnView::currentChanged( const QModelIndex& current, const QModelIndex& previ
|
|||||||
ViewManager::instance()->context()->setAlbum( item->album() );
|
ViewManager::instance()->context()->setAlbum( item->album() );
|
||||||
else if ( !item->query().isNull() )
|
else if ( !item->query().isNull() )
|
||||||
ViewManager::instance()->context()->setQuery( item->query() );
|
ViewManager::instance()->context()->setQuery( item->query() );
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user