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
12e628a7
Commit
12e628a7
authored
Aug 06, 2007
by
Jean-Baptiste Kempf
Browse files
qt4 : cosmetics.
parent
95e98917
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/input_manager.cpp
View file @
12e628a7
...
@@ -287,8 +287,8 @@ void MainInputManager::updateInput()
...
@@ -287,8 +287,8 @@ void MainInputManager::updateInput()
}
}
else
{
else
{
/* we are working as a dialogs provider */
/* we are working as a dialogs provider */
playlist_t
*
p_playlist
=
(
playlist_t
*
)
vlc_object_find
(
p_intf
,
playlist_t
*
p_playlist
=
(
playlist_t
*
)
vlc_object_find
(
p_intf
,
VLC_OBJECT_PLAYLIST
,
FIND_ANYWHERE
);
VLC_OBJECT_PLAYLIST
,
FIND_ANYWHERE
);
if
(
p_playlist
)
if
(
p_playlist
)
{
{
p_input
=
p_playlist
->
p_input
;
p_input
=
p_playlist
->
p_input
;
...
...
modules/gui/qt4/menus.cpp
View file @
12e628a7
...
@@ -255,7 +255,7 @@ QMenu *QVLCMenu::PlaylistMenu( MainInterface *mi, intf_thread_t *p_intf )
...
@@ -255,7 +255,7 @@ QMenu *QVLCMenu::PlaylistMenu( MainInterface *mi, intf_thread_t *p_intf )
/**
/**
* Tools/View Menu
* Tools/View Menu
* This is kept in the same menu for now, but could change if it gets much
* This is kept in the same menu for now, but could change if it gets much
* longer.
* longer.
**/
**/
QMenu
*
QVLCMenu
::
ToolsMenu
(
intf_thread_t
*
p_intf
,
MainInterface
*
mi
,
QMenu
*
QVLCMenu
::
ToolsMenu
(
intf_thread_t
*
p_intf
,
MainInterface
*
mi
,
...
...
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