summaryrefslogtreecommitdiff
path: root/examples/network/http/main.cpp
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-02-22 12:36:30 +0100
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-02-22 12:40:37 +0100
commit4f2d34ed13bd63413e726229fd50c4b33f2d0127 (patch)
tree43cd905307f8c39c6ebafb8e3761c5739278f0ac /examples/network/http/main.cpp
parent1f049c91f91e069a975a72c1087a279d011535a5 (diff)
downloadqt4-tools-4f2d34ed13bd63413e726229fd50c4b33f2d0127.tar.gz
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 ecbe100355..817b2be804 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();