Commit f7d274ea authored by Ilkka Ollakka's avatar Ilkka Ollakka

Qt4: cosmetic

parent d445eefa
...@@ -224,7 +224,7 @@ void StandardPLPanel::browseInto( const QModelIndex &index ) ...@@ -224,7 +224,7 @@ void StandardPLPanel::browseInto( const QModelIndex &index )
{ {
if( currentView == iconView || currentView == listView ) if( currentView == iconView || currentView == listView )
{ {
currentRootIndexId = model->itemId( index );; currentRootIndexId = model->itemId( index );
currentView->setRootIndex( index ); currentView->setRootIndex( index );
} }
......
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