mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- dropped Threaded branch
- Added a function to torrent_handle wrapper for debug use
This commit is contained in:
@@ -217,6 +217,10 @@ QStringList QTorrentHandle::files_path() const {
|
||||
return res;
|
||||
}
|
||||
|
||||
int QTorrentHandle::num_uploads() const {
|
||||
return s.num_uploads;
|
||||
}
|
||||
|
||||
//
|
||||
// Setters
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user