Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
3e54b375
Commit
3e54b375
authored
Apr 12, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - Set a higher score to qt4 than wx. Ref [19766]
parent
7240be25
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/qt4.cpp
View file @
3e54b375
...
...
@@ -47,7 +47,7 @@ vlc_module_begin();
set_description
(
(
char
*
)
_
(
"Qt interface"
)
);
set_category
(
CAT_INTERFACE
)
;
set_subcategory
(
SUBCAT_INTERFACE_MAIN
);
set_capability
(
"interface"
,
1
00
);
set_capability
(
"interface"
,
1
51
);
set_callbacks
(
Open
,
Close
);
set_program
(
"qvlc"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment