Improve adding torrent using Magnet URI

Closes #13249.
This commit is contained in:
Vladimir Golovnev (Glassez)
2020-08-14 16:32:09 +03:00
parent 4539c679d9
commit 20206ec92a
4 changed files with 31 additions and 67 deletions

View File

@@ -82,7 +82,7 @@ private slots:
void displayContentTreeMenu(const QPoint &);
void updateDiskSpaceLabel();
void onSavePathChanged(const QString &newPath);
void updateMetadata(const BitTorrent::TorrentInfo &info);
void updateMetadata(const BitTorrent::TorrentInfo &metadata);
void handleDownloadFinished(const Net::DownloadResult &result);
void TMMChanged(int index);
void categoryChanged(int index);