Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
libkcddb
Commits
2f1d6fd4
Commit
2f1d6fd4
authored
May 22, 2006
by
Laurent Montel
😁
Browse files
Adapt to new kdelibs api
svn path=/trunk/KDE/kdemultimedia/libkcddb/; revision=543535
parent
a2c9959d
Changes
1
Hide whitespace changes
Inline
Side-by-side
smtpsubmit.cpp
View file @
2f1d6fd4
...
...
@@ -45,7 +45,7 @@ namespace KCDDB
url_
.
setQuery
(
QString
(
"to=%1&subject=cddb %2 %3&from=%4"
)
.
arg
(
to_
,
cdInfo
.
get
(
Category
).
toString
(),
cdInfo
.
get
(
"discid"
).
toString
(),
from_
));
kDebug
(
60010
)
<<
"Url is: "
<<
url_
.
prettyU
RL
()
<<
endl
;
kDebug
(
60010
)
<<
"Url is: "
<<
url_
.
prettyU
rl
()
<<
endl
;
return
KIO
::
storedPut
(
diskData_
.
utf8
(),
url_
,
-
1
,
false
,
false
,
false
);
}
...
...
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