From c8cce5ff10787245837f85b973b987d6c9225601 Mon Sep 17 00:00:00 2001 From: Ilkka Ollakka Date: Tue, 26 Jan 2010 22:54:46 +0200 Subject: [PATCH] QT4: leave assert there --- modules/gui/qt4/components/playlist/standardpanel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp index 840ce2f433..abcdb5eb8d 100644 --- a/modules/gui/qt4/components/playlist/standardpanel.cpp +++ b/modules/gui/qt4/components/playlist/standardpanel.cpp @@ -130,6 +130,7 @@ void StandardPLPanel::gotoPlayingItem() void StandardPLPanel::handleExpansion( const QModelIndex& index ) { + assert( currentView ); currentView->scrollTo( index ); } -- 2.39.2