[vlc-devel] commit: Comment the place where the QProcess:: issue with QCleanLooks is... (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Apr 6 18:23:53 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Apr  6 01:14:37 2008 -0700| [6a9a48403ab590039e4b281481b7c977682a353c]

Comment the place where the QProcess:: issue with QCleanLooks is...

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

 modules/gui/qt4/menus.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 0057d74..b569186 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -173,6 +173,9 @@ void QVLCMenu::createMenuBar( MainInterface *mi,
                               intf_thread_t *p_intf,
                               bool visual_selector_enabled )
 {
+    /* QMainWindows->menuBar()
+       gives the QProcess::destroyed timeout issue on Cleanlooks style with
+       setDesktopAware set to false */
     QMenuBar *bar = mi->menuBar();
     BAR_ADD( FileMenu(), qtr( "&Media" ) );
     BAR_ADD( PlaylistMenu( p_intf, mi ), qtr( "&Playlist" ) );




More information about the vlc-devel mailing list