summaryrefslogtreecommitdiffstats
path: root/examples/network/http/main.cpp
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-02-22 14:25:30 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-02-22 14:25:30 (GMT)
commit0ead0218d7500ece1f45999a9fb764b15fd8e119 (patch)
treeadd0f9fb1a55d7f13814bfe1aea5cfc6f96d6812 /examples/network/http/main.cpp
parentb8fa411051eda208dfd0e0c658710c77a04ce998 (diff)
parent976a2b6ad1f95175d8d0be2d1eb7603cf4e4026a (diff)
downloadQt-0ead0218d7500ece1f45999a9fb764b15fd8e119.zip
Qt-0ead0218d7500ece1f45999a9fb764b15fd8e119.tar.gz
Qt-0ead0218d7500ece1f45999a9fb764b15fd8e119.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1: QFontDialog::exec() never returns on OSX QNetworkRequest: Doc enhancement Port http example to QNetworkAccessManager loopback network example: Make use of bytesToWrite()
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();