summaryrefslogtreecommitdiffstats
path: root/examples/xml/rsslisting/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/rsslisting/main.cpp')
-rw-r--r--examples/xml/rsslisting/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/xml/rsslisting/main.cpp b/examples/xml/rsslisting/main.cpp
index 95c8a89..71ae0eb 100644
--- a/examples/xml/rsslisting/main.cpp
+++ b/examples/xml/rsslisting/main.cpp
@@ -57,7 +57,6 @@ Provides the main function for the RSS news reader example.
int main(int argc, char **argv)
{
QApplication app(argc, argv);
- qWarning("The usage of QHttp is not recommended anymore, please use QNetworkAccessManager.");
RSSListing *rsslisting = new RSSListing;
rsslisting->show();
return app.exec();