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
Marco Bubke
flatpak-qt-creator
Commits
38b4845f
Commit
38b4845f
authored
May 28, 2009
by
Daniel Molkentin
Browse files
Remove debug output
parent
32557b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/rssfetcher.cpp
View file @
38b4845f
...
...
@@ -125,7 +125,7 @@ void RSSFetcher::fetch(const QUrl &url)
.
arg
(
getOsString
()).
arg
(
QLocale
::
system
().
name
())
.
arg
(
QSysInfo
::
WordSize
);
QHttpRequestHeader
header
(
"GET"
,
url
.
path
());
qDebug
()
<<
agentStr
;
//
qDebug() << agentStr;
header
.
setValue
(
"User-Agent"
,
agentStr
);
header
.
setValue
(
"Host"
,
url
.
host
());
m_connectionId
=
m_http
.
request
(
header
);
...
...
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