- Fixed size update when filtering files in a torrent (broken in svn)

This commit is contained in:
Christophe Dumez
2007-07-04 08:10:44 +00:00
parent 4657ee9087
commit c8e4894d85
5 changed files with 40 additions and 17 deletions

View File

@@ -84,6 +84,7 @@ class bittorrent : public QObject{
QStringList getTorrentsToPauseAfterChecking() const;
QStringList getUncheckedTorrentsList() const;
long getETA(QString hash) const;
size_type torrentEffectiveSize(QString hash) const;
public slots:
void addTorrent(const QString& path, bool fromScanDir = false, bool onStartup = false, const QString& from_url = QString());