Show rechecking progress

When having big torrents, the rechecking might take a while to
complete. Users need some sort of feedback that progress is being made.
Also, I changed the float to qreal since that's the return type.
This commit is contained in:
sledgehammer999 2018-04-09 16:52:37 +03:00
parent e5c73cee4a
commit 375b15727d
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
3 changed files with 13 additions and 9 deletions

View file

@ -327,7 +327,7 @@ namespace
// Each value of the 'torrents' dictionary contains map. The map can contain following keys:
// - "name": Torrent name
// - "size": Torrent size
// - "progress: Torrent progress
// - "progress": Torrent progress
// - "dlspeed": Torrent download speed
// - "upspeed": Torrent upload speed
// - "priority": Torrent priority (-1 if queuing is disabled)