[vlc-commits] commit: Qt4: return qmodelindex from moveCursor (Ilkka Ollakka )
git at videolan.org
git at videolan.org
Sun Oct 31 12:06:57 CET 2010
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sun Oct 31 13:06:02 2010 +0200| [fbeedd2dec9d10cc51263af1249d16f6f48ab124] | committer: Ilkka Ollakka
Qt4: return qmodelindex from moveCursor
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fbeedd2dec9d10cc51263af1249d16f6f48ab124
---
modules/gui/qt4/components/playlist/views.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/playlist/views.cpp b/modules/gui/qt4/components/playlist/views.cpp
index ed3cd52..5d014e5 100644
--- a/modules/gui/qt4/components/playlist/views.cpp
+++ b/modules/gui/qt4/components/playlist/views.cpp
@@ -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
More information about the vlc-commits
mailing list