From 3fb4b0304c61b3aa0719c35036d7583470f47a9f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 5 Nov 2007 06:07:25 +0000 Subject: [PATCH] Qt4 - Preferences: spaces and comments. --- modules/gui/qt4/components/preferences_widgets.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.2