]> git.sesse.net Git - vlc/commitdiff
Comment the place where the QProcess:: issue with QCleanLooks is...
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 6 Apr 2008 08:14:37 +0000 (01:14 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 6 Apr 2008 16:24:37 +0000 (09:24 -0700)
modules/gui/qt4/menus.cpp

index 0057d7495d77e378d3eff9238767f85847413a92..b569186d3e1719eb11298700586997c67814cb0b 100644 (file)
@@ -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" ) );