- Import URL seeds and trackers from v1.4.x too

This commit is contained in:
Christophe Dumez
2009-08-27 08:43:19 +00:00
parent e2dc2207d8
commit 8da148ffa1
2 changed files with 196 additions and 135 deletions

View File

@@ -115,6 +115,7 @@ class bittorrent : public QObject {
QTorrentHandle addTorrent(QString path, bool fromScanDir = false, QString from_url = QString(), bool resumed = false);
QTorrentHandle addMagnetUri(QString magnet_uri, bool resumed=false);
void importOldTorrents();
void applyFormerAttributeFiles(QTorrentHandle h);
void importOldTempData(QString torrent_path);
void loadSessionState();
void saveSessionState();