Commit 47ed2627 authored by Jakob Leben's avatar Jakob Leben

Qt: no need to clear playlist search twice

parent c895ed19
...@@ -223,7 +223,6 @@ void StandardPLPanel::browseInto( const QModelIndex &index ) ...@@ -223,7 +223,6 @@ void StandardPLPanel::browseInto( const QModelIndex &index )
} }
locationBar->setIndex( index ); locationBar->setIndex( index );
model->search( QString(), index, false );
searchEdit->clear(); searchEdit->clear();
} }
......
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