summaryrefslogtreecommitdiff
path: root/client/netcom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/netcom.cc')
-rw-r--r--client/netcom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/netcom.cc b/client/netcom.cc
index 918b8e7..97f9ee1 100644
--- a/client/netcom.cc
+++ b/client/netcom.cc
@@ -99,7 +99,7 @@ QDomDocument NetCom::makeTransfer(QDomDocument &doc,
QNetworkReply *reply = manager->post(request, doc.toByteArray());
finished[reply] = false;
while(finished[reply] == false) {
- qApp->processEvents(QEventLoop::WaitForMoreEvents);
+ qApp->processEvents(QEventLoop::WaitForMoreEvents, 100);
}
finished.remove(reply);