There was an error while loading. Please reload this page.
2 parents 075166a + 22bf46a commit fca13e6Copy full SHA for fca13e6
1 file changed
src/libsync/networkjobs.cpp
@@ -561,11 +561,6 @@ bool LsColJob::finished()
561
// XML parse error
562
emit finishedWithError(reply());
563
}
564
-
565
- // processEvents is called AFTER all reply() accesses. A pending deleteLater()
566
- // processed inside it can zero the QPointer and caused a SIGSEGV when it was
567
- // placed before the reply reads. Do not abuse: it affects QObject lifetimes.
568
- QCoreApplication::processEvents(QEventLoop::AllEvents, 100);
569
} else {
570
// wrong content type, wrong HTTP code or any other network error
571
0 commit comments