]> git.sesse.net Git - vlc/commitdiff
Qt4 - Preferences: spaces and comments.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 5 Nov 2007 06:07:25 +0000 (06:07 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 5 Nov 2007 06:07:25 +0000 (06:07 +0000)
modules/gui/qt4/components/preferences_widgets.cpp

index 0de3250b2eb2f962e7173692f73834f01e4563ee..45f84c48d8fbdb01a0b334eca4308d7804511f70 100644 (file)
@@ -25,7 +25,8 @@
 
 /**
  * Todo:
- *  - Finish implementation (see WX)
+ *  - Finish implementation (see WX, there might be missing a
+ *    i_action handler for IntegerLists, but I don't see any module using it...
  *  - Improvements over WX
  *      - Validator for modulelist
  */
@@ -398,7 +399,6 @@ void StringListConfigControl::actionRequested( int i_action )
         combo->clear();
         finish( true );
         p_item->b_dirty = VLC_FALSE;
-
     }
 }
 StringListConfigControl::StringListConfigControl( vlc_object_t *_p_this,