Commit c8cce5ff authored by Ilkka Ollakka's avatar Ilkka Ollakka

QT4: leave assert there

parent ccd2c798
...@@ -130,6 +130,7 @@ void StandardPLPanel::gotoPlayingItem() ...@@ -130,6 +130,7 @@ void StandardPLPanel::gotoPlayingItem()
void StandardPLPanel::handleExpansion( const QModelIndex& index ) void StandardPLPanel::handleExpansion( const QModelIndex& index )
{ {
assert( currentView );
currentView->scrollTo( index ); currentView->scrollTo( 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