From: Jean-Baptiste Kempf Date: Mon, 5 Nov 2007 06:07:25 +0000 (+0000) Subject: Qt4 - Preferences: spaces and comments. X-Git-Tag: 0.9.0-test0~4697 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3fb4b0304c61b3aa0719c35036d7583470f47a9f;p=vlc Qt4 - Preferences: spaces and comments. --- diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp index 0de3250b2e..45f84c48d8 100644 --- a/modules/gui/qt4/components/preferences_widgets.cpp +++ b/modules/gui/qt4/components/preferences_widgets.cpp @@ -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,