summaryrefslogtreecommitdiffstats
path: root/examples/network/http/main.cpp
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-02-22 11:36:30 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-02-22 11:40:37 (GMT)
commit4f2d34ed13bd63413e726229fd50c4b33f2d0127 (patch)
tree43cd905307f8c39c6ebafb8e3761c5739278f0ac /examples/network/http/main.cpp
parent1f049c91f91e069a975a72c1087a279d011535a5 (diff)
downloadQt-4f2d34ed13bd63413e726229fd50c4b33f2d0127.zip
Qt-4f2d34ed13bd63413e726229fd50c4b33f2d0127.tar.gz
Qt-4f2d34ed13bd63413e726229fd50c4b33f2d0127.tar.bz2
Port http example to QNetworkAccessManager
QHttp. Must. Die. Reviewed-by: Peter Hartmann
Diffstat (limited to 'examples/network/http/main.cpp')
-rw-r--r--examples/network/http/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/network/http/main.cpp b/examples/network/http/main.cpp
index ecbe100..817b2be 100644
--- a/examples/network/http/main.cpp
+++ b/examples/network/http/main.cpp
@@ -46,7 +46,6 @@
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
- qWarning("The usage of QHttp is not recommended anymore, please use QNetworkAccessManager.");
HttpWindow httpWin;
httpWin.show();
return httpWin.exec();