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
8eccf5ca
Commit
8eccf5ca
authored
Aug 20, 2007
by
Rafaël Carré
Browse files
Forgotten that in [21284]
parent
1eda9d86
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/playlist_model.cpp
View file @
8eccf5ca
...
...
@@ -95,7 +95,7 @@ void PLItem::updateview( void )
return
;
}
for
(
int
i_index
=
1
;
i_index
<=
VLC_META_ENGINE_
MB_TRM_ID
;
i_index
=
i_index
*
2
)
for
(
int
i_index
=
1
;
i_index
<=
VLC_META_ENGINE_
ART_URL
;
i_index
=
i_index
*
2
)
{
if
(
i_showflags
&
i_index
)
{
...
...
@@ -205,7 +205,7 @@ void PLItem::update( playlist_item_t *p_item, bool iscurrent )
strings.append( qfu( psz_meta ) ); \
free( psz_meta );
for
(
int
i_index
=
1
;
i_index
<=
VLC_META_ENGINE_
MB_TRM_ID
;
i_index
=
i_index
*
2
)
for
(
int
i_index
=
1
;
i_index
<=
VLC_META_ENGINE_
ART_URL
;
i_index
=
i_index
*
2
)
{
if
(
parentItem
->
i_showflags
&
i_index
)
{
...
...
Write
Preview
Supports
Markdown
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