diff options
-rw-r--r-- | client/FileOpThread.cpp | 2 |
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 { |