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
3 changed files with 13 additions and 9 deletions

View File

@@ -132,7 +132,7 @@ namespace
// - "hash": Torrent hash
// - "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)