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

Qt4 - Set a higher score to qt4 than wx. Ref [19766]

parent 7240be25
......@@ -47,7 +47,7 @@ vlc_module_begin();
set_description( (char*)_("Qt interface") );
set_category( CAT_INTERFACE ) ;
set_subcategory( SUBCAT_INTERFACE_MAIN );
set_capability( "interface", 100 );
set_capability( "interface", 151 );
set_callbacks( Open, Close );
set_program( "qvlc" );
......
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