- Fix crash in torrent addition dialog when save path does not exist (closes #425227)

- Fix downloading from URL (broken in v1.5.0)
This commit is contained in:
Christophe Dumez
2009-09-07 11:48:31 +00:00
parent 095dfe5b9e
commit 37158a32ad
4 changed files with 19 additions and 5 deletions

View File

@@ -170,6 +170,7 @@ class bittorrent : public QObject {
void processDownloadedFile(QString, QString);
void saveTrackerFile(QString hash);
void addMagnetSkipAddDlg(QString uri);
void downloadFromURLList(const QStringList& urls);
protected slots:
void scanDirectory(QString);