summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/FileOpThread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/FileOpThread.cpp b/client/FileOpThread.cpp
index bd0b929..3817e56 100644
--- a/client/FileOpThread.cpp
+++ b/client/FileOpThread.cpp
@@ -78,7 +78,7 @@ void FileOpThread::run()
QEventLoop loop;
connect(downloadClient, SIGNAL(downloadFinished()), &loop, SLOT(quit()));
downloadClient->Download(files);
- loop.exec(QEventLoop::ExcludeUserInputEvents | QEventLoop::ExcludeSocketNotifiers);
+ loop.exec(QEventLoop::ExcludeUserInputEvents);
}
else
{