Commit 8cba6098 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: StandardPLPanel: Fix failing locked assertion.

Unremoved Unlock introduced by 874efde6
parent ec73f818
...@@ -510,7 +510,6 @@ void StandardPLPanel::browseInto( int i_id ) ...@@ -510,7 +510,6 @@ void StandardPLPanel::browseInto( int i_id )
if( i_id != lastActivatedId ) return; if( i_id != lastActivatedId ) return;
QModelIndex index = model->index( i_id, 0 ); QModelIndex index = model->index( i_id, 0 );
playlist_Unlock( THEPL );
if( currentView == treeView ) if( currentView == treeView )
treeView->setExpanded( index, true ); treeView->setExpanded( index, true );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment