Commit fbeedd2d authored by Ilkka Ollakka's avatar Ilkka Ollakka

Qt4: return qmodelindex from moveCursor

parent 10ebadb2
......@@ -418,6 +418,7 @@ QModelIndex PicFlowView::indexAt(const QPoint &) const
QModelIndex PicFlowView::moveCursor(QAbstractItemView::CursorAction action, Qt::KeyboardModifiers)
{
return QModelIndex();
}
bool PicFlowView::isIndexHidden(const QModelIndex &index) 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