]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/main_interface.cpp
Qt4 - Comments about TODO and FIXMEs on the main_interface, for my holidays :D
[vlc] / modules / gui / qt4 / main_interface.cpp
index 9495b44ff0b17f71abd944cbd70bb549286bae93..bc8d3e91ec8342b885c8780f7a50ef3d977c966c 100644 (file)
@@ -139,6 +139,12 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
                              advControlsEnabled, visualSelectorEnabled );
 
     /* Status Bar */
+    /**
+     * TODO: clicking on the elapsed time should switch to the remaining time
+     **/
+    /**
+     * TODO: do we add a label for the current Volume 
+     **/
     timeLabel = new QLabel;
     nameLabel = new QLabel;
     speedLabel = new QLabel( "1.0x" );