Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
fa22449f
Commit
fa22449f
authored
May 27, 2006
by
dionoea
Browse files
set_program( "qvlc" ); to make it look "official"
parent
c791680a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/qt4.cpp
View file @
fa22449f
...
...
@@ -46,6 +46,8 @@ vlc_module_begin();
set_capability
(
"interface"
,
100
);
set_callbacks
(
Open
,
Close
);
set_program
(
"qvlc"
);
add_submodule
();
set_description
(
"Dialogs provider"
);
set_capability
(
"dialogs provider"
,
51
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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