Skip to content
Snippets Groups Projects
Commit 48c56f9d authored by Ilkka Ollakka's avatar Ilkka Ollakka
Browse files

Qt4: don't connect centerindexchanged, it's trigggered allways when coverflow is scrolling

parent 4a05b529
No related branches found
No related tags found
No related merge requests found
......@@ -383,7 +383,7 @@ PicFlowView::PicFlowView( PLModel *p_model, QWidget *parent ) : QAbstractItemVie
setSelectionMode( QAbstractItemView::SingleSelection );
setModel( p_model );
CONNECT( picFlow, centerIndexChanged(int), this, playItem(int) );
//CONNECT( picFlow, centerIndexChanged(int), this, playItem(int) );
}
int PicFlowView::horizontalOffset() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment