aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/net/KviHttpRequest.cpp
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2011-01-04 18:20:56 +0000
committerGravatar Szymon Tomasz Stefanek2011-01-04 18:20:56 +0000
commit51d457e9d7474182aefa617a1a8a5c112df840b6 (patch)
treedfa2dee35022ff9b0d3cf1e784415e6658e401b7 /src/kvilib/net/KviHttpRequest.cpp
parentfix for #1064 (diff)
downloadKVIrc-51d457e9d7474182aefa617a1a8a5c112df840b6.tar.gz
KVIrc-51d457e9d7474182aefa617a1a8a5c112df840b6.tar.bz2
KVIrc-51d457e9d7474182aefa617a1a8a5c112df840b6.zip
Convert the dns resolver to use QThread instead of KviThread. Next step is to convert it to use QHostInfo at all...
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5293 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/kvilib/net/KviHttpRequest.cpp')
-rw-r--r--src/kvilib/net/KviHttpRequest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kvilib/net/KviHttpRequest.cpp b/src/kvilib/net/KviHttpRequest.cpp
index 02dabc3f1..1da4f112e 100644
--- a/src/kvilib/net/KviHttpRequest.cpp
+++ b/src/kvilib/net/KviHttpRequest.cpp
@@ -113,7 +113,8 @@ void KviHttpRequest::resetInternalStatus()
m_p->pBuffer->clear();
m_bHeaderProcessed = false;
- KviThreadManager::killPendingEvents(this);
+ //KviThreadManager::killPendingEvents(this);
+ //QApplication::removePostedEvents(this);
}
void KviHttpRequest::resetStatus()