|
|
@ -63,6 +63,7 @@ void EventManager::modifiedTorrent(QTorrentHandle h) |
|
|
|
case torrent_status::queued_for_checking: |
|
|
|
case torrent_status::queued_for_checking: |
|
|
|
event["state"] = QVariant("checking"); |
|
|
|
event["state"] = QVariant("checking"); |
|
|
|
break; |
|
|
|
break; |
|
|
|
|
|
|
|
case torrent_status::allocating: |
|
|
|
case torrent_status::downloading: |
|
|
|
case torrent_status::downloading: |
|
|
|
case torrent_status::downloading_metadata: |
|
|
|
case torrent_status::downloading_metadata: |
|
|
|
if(h.download_payload_rate() > 0) |
|
|
|
if(h.download_payload_rate() > 0) |
|
|
|