]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/preferences_widgets.cpp
Qt4 - Preferences: spaces and comments.
[vlc] / modules / gui / qt4 / components / preferences_widgets.cpp
index f409ee25771a42add426f96e2f1ed180a0a7a718..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
  */
@@ -44,6 +45,7 @@
 #include <QGroupBox>
 #include <QTreeWidgetItem>
 #include <QSignalMapper>
+
 QString formatTooltip(const QString & tooltip)
 {
     QString formatted =
@@ -397,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,