- dropped Threaded branch

- Added a function to torrent_handle wrapper for debug use
This commit is contained in:
Christophe Dumez
2007-08-24 12:25:52 +00:00
parent 1ad2495896
commit cebb5fc1fe
2 changed files with 5 additions and 0 deletions

View File

@@ -217,6 +217,10 @@ QStringList QTorrentHandle::files_path() const {
return res;
}
int QTorrentHandle::num_uploads() const {
return s.num_uploads;
}
//
// Setters
//