[vlc-commits] commit: Qt4: don't crash coverflow when cliked my mouse (Ilkka Ollakka )

git at videolan.org git at videolan.org
Sat Oct 30 21:55:29 CEST 2010


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat Oct 30 22:53:54 2010 +0300| [795abbd5f4dd30ded3d1def1f2735f72ba8db990] | committer: Ilkka Ollakka 

Qt4: don't crash coverflow when cliked my mouse

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=795abbd5f4dd30ded3d1def1f2735f72ba8db990
---

 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 44af61f..4d0f528 100644
--- a/modules/gui/qt4/components/playlist/views.cpp
+++ b/modules/gui/qt4/components/playlist/views.cpp
@@ -408,6 +408,7 @@ void PicFlowView::scrollTo(const QModelIndex &index, QAbstractItemView::ScrollHi
 
 QModelIndex PicFlowView::indexAt(const QPoint &) const
 {
+    return QModelIndex();
     // No idea, PictureFlow doesn't provide anything to help this
 }
 



More information about the vlc-commits mailing list