mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
- dropped Threaded branch
- Added a function to torrent_handle wrapper for debug use
This commit is contained in:
parent
1ad2495896
commit
cebb5fc1fe
2 changed files with 5 additions and 0 deletions
|
@ -217,6 +217,10 @@ QStringList QTorrentHandle::files_path() const {
|
|||
return res;
|
||||
}
|
||||
|
||||
int QTorrentHandle::num_uploads() const {
|
||||
return s.num_uploads;
|
||||
}
|
||||
|
||||
//
|
||||
// Setters
|
||||
//
|
||||
|
|
|
@ -84,6 +84,7 @@ class QTorrentHandle {
|
|||
size_type total_payload_download();
|
||||
size_type total_payload_upload();
|
||||
QStringList files_path() const;
|
||||
int num_uploads() const;
|
||||
|
||||
//
|
||||
// Setters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue