Commit 878d94af authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: remove trailing space.

parent 44c3a746
...@@ -158,7 +158,7 @@ static const char *const psz_mode_list_text[] = ...@@ -158,7 +158,7 @@ static const char *const psz_mode_list_text[] =
vlc_module_begin () vlc_module_begin ()
set_shortname( "Qt" ) set_shortname( "Qt" )
set_description( N_("Qt interface") ) set_description( N_("Qt interface") )
set_category( CAT_INTERFACE ) set_category( CAT_INTERFACE )
set_subcategory( SUBCAT_INTERFACE_MAIN ) set_subcategory( SUBCAT_INTERFACE_MAIN )
set_capability( "interface", 151 ) set_capability( "interface", 151 )
set_callbacks( Open, Close ) set_callbacks( Open, Close )
......
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