Commit 3fb4b030 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Preferences: spaces and comments.

parent c05d2ce6
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
/** /**
* Todo: * 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 * - Improvements over WX
* - Validator for modulelist * - Validator for modulelist
*/ */
...@@ -398,7 +399,6 @@ void StringListConfigControl::actionRequested( int i_action ) ...@@ -398,7 +399,6 @@ void StringListConfigControl::actionRequested( int i_action )
combo->clear(); combo->clear();
finish( true ); finish( true );
p_item->b_dirty = VLC_FALSE; p_item->b_dirty = VLC_FALSE;
} }
} }
StringListConfigControl::StringListConfigControl( vlc_object_t *_p_this, StringListConfigControl::StringListConfigControl( vlc_object_t *_p_this,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment