diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-22 14:25:30 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-22 14:25:30 (GMT) |
commit | 0ead0218d7500ece1f45999a9fb764b15fd8e119 (patch) | |
tree | add0f9fb1a55d7f13814bfe1aea5cfc6f96d6812 /examples/network/http/main.cpp | |
parent | b8fa411051eda208dfd0e0c658710c77a04ce998 (diff) | |
parent | 976a2b6ad1f95175d8d0be2d1eb7603cf4e4026a (diff) | |
download | Qt-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.cpp | 1 |
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(); |