Reviewing merge request #2464: Correct documentation for QNetworkReply::downloadProgress
The docs for QNetworkReply downloadProgress and uploadProgress state that you can connect them directly to the QProgressBar::setValue slot. The signal has a qint64 parameter, and setValue takes int, so that is not actually possible.
Commits that would be merged:
Version 1
- 8829924
- 4c8ea0c
Correct QNetworkReply::downloadProgress and uploadProgress docs
Showing
8829924-4c8ea0c

Add a new comment:
Login or create an account to post a comment