vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Fri Dec 10 
14:46:10 2010 +0100| [f9216bf1843de8e06c72701fd2b8aad18e956a67] | committer: 
Jean-Baptiste Kempf 

Qt, mac: fix compilation

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

 modules/gui/qt4/components/playlist/playlist.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/playlist.cpp 
b/modules/gui/qt4/components/playlist/playlist.cpp
index cd30614..3f12dd1 100644
--- a/modules/gui/qt4/components/playlist/playlist.cpp
+++ b/modules/gui/qt4/components/playlist/playlist.cpp
@@ -423,7 +423,7 @@ QSize LocationButton::sizeHint() const
 #ifdef Q_WS_MAC
 QSplitterHandle *PlaylistWidget::createHandle()
 {
-    return new SplitterHandle( orientation(), this );
+    return new SplitterHandle( split->orientation(), split );
 }
 
 SplitterHandle::SplitterHandle( Qt::Orientation orientation, QSplitter * 
parent )

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to