Skip to content

Fix Qt-5.14 Crash

Karel Slaný requested to merge fix-qt-5.14-crash into develop

It looks like that Qt-5.14 is using a QNetworkReply after it has been deleted. Using deleteLater() instead as hinted by the documentation.

closes #443 (closed)

closes #444 (closed)

Merge request reports