From f7d274eac3ccfd8751f519e19625e3bfe2084fe7 Mon Sep 17 00:00:00 2001 From: Ilkka Ollakka Date: Sun, 20 Jun 2010 13:19:42 +0300 Subject: [PATCH] Qt4: cosmetic --- modules/gui/qt4/components/playlist/standardpanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp index fad33cbfff..37be40edfa 100644 --- a/modules/gui/qt4/components/playlist/standardpanel.cpp +++ b/modules/gui/qt4/components/playlist/standardpanel.cpp @@ -224,7 +224,7 @@ void StandardPLPanel::browseInto( const QModelIndex &index ) { if( currentView == iconView || currentView == listView ) { - currentRootIndexId = model->itemId( index );; + currentRootIndexId = model->itemId( index ); currentView->setRootIndex( index ); } -- 2.39.2