]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/main_interface.cpp
Fix playlist crasher and simplify a few things
[vlc] / modules / gui / qt4 / main_interface.cpp
index 89cc9e81e12f07f97689fa3e6bb211f3a57f1aed..4a5c0652b19ba4069db66304eef42f69b106ed9c 100644 (file)
@@ -47,6 +47,10 @@ void MainInterface::init()
     QObject::connect( this, SIGNAL( inputChanged( input_thread_t * ) ),
                    main_input_manager, SLOT( setInput( input_thread_t * ) ) );
 
+    /* Connect the slider and the input manager */
+    // both ways 
+
+    /* Connect the display and the input manager */
 }
 
 MainInterface::~MainInterface()