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
89c1ffd3
Commit
89c1ffd3
authored
Mar 31, 2007
by
Jean-Baptiste Kempf
Browse files
Set the priority for qt4 / dialog_provider higher than wx
parent
be0f7096
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/gui/qt4/qt4.cpp
View file @
89c1ffd3
...
@@ -55,7 +55,7 @@ vlc_module_begin();
...
@@ -55,7 +55,7 @@ vlc_module_begin();
add_submodule
();
add_submodule
();
set_description
(
"Dialogs provider"
);
set_description
(
"Dialogs provider"
);
set_capability
(
"dialogs provider"
,
49
);
set_capability
(
"dialogs provider"
,
51
);
add_bool
(
"qt-always-video"
,
VLC_FALSE
,
NULL
,
"FIXME"
,
"FIXME"
,
VLC_TRUE
);
add_bool
(
"qt-always-video"
,
VLC_FALSE
,
NULL
,
"FIXME"
,
"FIXME"
,
VLC_TRUE
);
set_callbacks
(
OpenDialogs
,
Close
);
set_callbacks
(
OpenDialogs
,
Close
);
vlc_module_end
();
vlc_module_end
();
...
...
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