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
795e29ee
Commit
795e29ee
authored
Jan 31, 2008
by
Jean-Baptiste Kempf
Browse files
Qt4 - taglib defines attachment:// Make a comment on that.
parent
7a8ee109
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/input_manager.cpp
View file @
795e29ee
...
...
@@ -302,6 +302,8 @@ void UpdateArt()
if
(
artUrl
!=
url
)
{
artUrl
=
url
.
replace
(
"file://"
,
QString
(
""
)
);
/* Taglib seems to define a attachment://, It won't work yet */
artUrl
=
url
.
replace
(
"attachment://"
,
QString
(
""
)
);
emit
artChanged
(
artUrl
);
msg_Dbg
(
p_intf
,
"Art: %s"
,
qtu
(
artUrl
)
);
}
...
...
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