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, 1 insertions, 0 deletions
diff --git a/examples/xml/rsslisting/main.cpp b/examples/xml/rsslisting/main.cpp
index 122d34c..0ba932f 100644
--- a/examples/xml/rsslisting/main.cpp
+++ b/examples/xml/rsslisting/main.cpp
@@ -58,6 +58,7 @@ 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();