Commit 48c56f9d authored by Ilkka Ollakka's avatar Ilkka Ollakka

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

parent 4a05b529
......@@ -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
......
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