diff options
| author | 2015-10-18 05:16:18 -0400 | |
|---|---|---|
| committer | 2015-10-18 05:17:31 -0400 | |
| commit | e227679b0af3687acf9292953edbb0ebeab19df9 (patch) | |
| tree | b498cd485b2cf65cd6e4288ba75beb3ba6e89e02 /src/modules/objects/qthttp/qhttp.cpp | |
| parent | Merge pull request #1674 from un1versal/The-Emperor's-New-Clothes (diff) | |
| download | KVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.tar.gz KVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.tar.bz2 KVIrc-e227679b0af3687acf9292953edbb0ebeab19df9.zip | |
Clean up trailing whitespaces and excess newlines
Oh how I can already hear the sound of angry villagers
with pitchforks running over to my desk
Diffstat (limited to 'src/modules/objects/qthttp/qhttp.cpp')
| -rw-r--r-- | src/modules/objects/qthttp/qhttp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/qthttp/qhttp.cpp b/src/modules/objects/qthttp/qhttp.cpp index 5bffb3b4d..33b885580 100644 --- a/src/modules/objects/qthttp/qhttp.cpp +++ b/src/modules/objects/qthttp/qhttp.cpp @@ -2155,7 +2155,7 @@ int QHttp::setUser(const QString &userName, const QString &password) proxying, such as SOCKS5, use QNetworkProxy instead. \note setProxy() has to be called before setHost() for it to take effect. - If setProxy() is called after setHost(), then it will not apply until after + If setProxy() is called after setHost(), then it will not apply until after setHost() is called again. \sa QFtp::setProxy() @@ -2853,7 +2853,7 @@ void QHttpPrivate::_q_slotReadyRead() if (response.statusCode() == 100 && pendingPost) { // if we have pending POST, start sending data otherwise ignore post100ContinueTimer.stop(); - QMetaObject::invokeMethod(q, "_q_continuePost", Qt::QueuedConnection); + QMetaObject::invokeMethod(q, "_q_continuePost", Qt::QueuedConnection); return; } |
