Commit 795abbd5 authored by Ilkka Ollakka's avatar Ilkka Ollakka

Qt4: don't crash coverflow when cliked my mouse

parent 02bdc02e
...@@ -408,6 +408,7 @@ void PicFlowView::scrollTo(const QModelIndex &index, QAbstractItemView::ScrollHi ...@@ -408,6 +408,7 @@ void PicFlowView::scrollTo(const QModelIndex &index, QAbstractItemView::ScrollHi
QModelIndex PicFlowView::indexAt(const QPoint &) const QModelIndex PicFlowView::indexAt(const QPoint &) const
{ {
return QModelIndex();
// No idea, PictureFlow doesn't provide anything to help this // No idea, PictureFlow doesn't provide anything to help this
} }
......
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