- Removed workaround for getting progress of paused torrents, apparently it works

This commit is contained in:
Christophe Dumez
2008-12-30 00:11:20 +00:00
parent afbfe1a96d
commit c97bce4d61
4 changed files with 3 additions and 29 deletions

View File

@@ -96,7 +96,6 @@ class bittorrent : public QObject {
int loadTorrentPriority(QString hash);
QStringList getConsoleMessages() const;
QStringList getPeerBanMessages() const;
float getUncheckedTorrentProgress(QString hash) const;
qlonglong getETA(QString hash) const;
public slots: