- Found a way not to use FullAllocationMode list in order to save memory in cpu

This commit is contained in:
Christophe Dumez 2007-08-29 14:30:30 +00:00
commit 27e76962d1
5 changed files with 16 additions and 24 deletions

View file

@ -56,6 +56,7 @@ class QTorrentHandle {
QString current_tracker() const;
bool is_valid() const;
bool is_paused() const;
bool has_filtered_pieces() const;
// size_type total_size() const;
size_type total_done() const;
float download_payload_rate() const;