]> git.sesse.net Git - vlc/commitdiff
Todo for prefs widgets
authorClément Stenac <zorglub@videolan.org>
Fri, 2 Jun 2006 06:06:38 +0000 (06:06 +0000)
committerClément Stenac <zorglub@videolan.org>
Fri, 2 Jun 2006 06:06:38 +0000 (06:06 +0000)
modules/gui/qt4/components/preferences_widgets.cpp

index ba84e3c3321c8e9f0dae2a1224bb9e1e3ca91346..d13fea62adee9d95799761316a8f0b684eaa11d8 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+/**
+ * Todo:
+ *  - Finish implementation (see WX)
+ *  - Improvements over WX
+ *      - Password field implementation (through "pwd" bool param
+ *      - Validator for modulelist
+ *  - Implement update stuff using a general Updated signal
+ */
+
 #include "components/preferences_widgets.hpp"
 
 #include <QLineEdit>