-
- Downloads
networkmanager: prevent generic network error when canceling download
To avoid multiple popups when canceling download, we avoid emitting the `CANCELLED` signal directly, and rely on the QNetworkReply error handler to emit the `CANCELLED` signal after translating the error triggered by aborting the download. Gitlab: #1934 Change-Id: I87bc1404405a9140b52c2c43d2aeb3501e06aec7
Please register or sign in to comment