- Got rid of .paused files, useless with new libtorrent

This commit is contained in:
Christophe Dumez
2008-12-30 00:34:41 +00:00
parent c97bce4d61
commit a0b4e54410
4 changed files with 11 additions and 26 deletions

View File

@@ -99,7 +99,7 @@ class bittorrent : public QObject {
qlonglong getETA(QString hash) const;
public slots:
void addTorrent(QString path, bool fromScanDir = false, QString from_url = QString(), bool resumed = false);
QTorrentHandle addTorrent(QString path, bool fromScanDir = false, QString from_url = QString(), bool resumed = false);
void loadSessionState();
void saveSessionState();
void downloadFromUrl(QString url);